]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/install+setup/install/Makefile
Ein Paar Dateien fuer die GPLv3 angepasst.
[ipfire-2.x.git] / src / install+setup / install / Makefile
index 7f5fc6e672c2b28937cba452f652f76cbf72407c..a27dcb55eb5b4e24b080caee3e13495a17cce3f2 100644 (file)
@@ -1,10 +1,27 @@
-#
-# $Id: Makefile,v 1.6 2004/02/24 21:24:10 alanh Exp $
-#
+###############################################################################
+#                                                                             #
+# IPFire.org - A linux based firewall                                         #
+# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+#                                                                             #
+# This program is free software: you can redistribute it and/or modify        #
+# it under the terms of the GNU General Public License as published by        #
+# the Free Software Foundation, either version 3 of the License, or           #
+# (at your option) any later version.                                         #
+#                                                                             #
+# This program is distributed in the hope that it will be useful,             #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
+# GNU General Public License for more details.                                #
+#                                                                             #
+# You should have received a copy of the GNU General Public License           #
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.       #
+#                                                                             #
+###############################################################################
+
 
 CC      = gcc 
 CFLAGS  = -Os -Wall
-INCLUDE = -I/install/include
+INCLUDE = -I/opt/i586-uClibc/include
 
 LD      = gcc
 LDFLAGS = -L/install/lib
@@ -23,8 +40,7 @@ clean :
 
 ######
 
-OBJS=main.o ide.o cdrom.o nic.o net.o config.o ../libsmooth/libsmooth.o \
-       pcmcia.o upgrade-v12-v13.o upgrade-v130-v140.o usb.o scsi.o
+OBJS=main.o nic.o net.o config.o ../libsmooth/libsmooth.o unattended.o
 
 install: $(OBJS)
        $(LINK) $(OBJS) -o $@ $(LIBS)