patch-1.3.5 linux/arch/i386/ibcs/Makefile
Next file: linux/arch/i386/ibcs/binfmt_coff.c
Previous file: linux/arch/i386/config.in
Back to the patch index
Back to the overall index
- Lines: 38
- Date:
Thu Jan 1 02:00:00 1970
- Orig file:
v1.3.4/linux/arch/i386/ibcs/Makefile
- Orig date:
Sun Nov 27 20:19:53 1994
diff -u --recursive --new-file v1.3.4/linux/arch/i386/ibcs/Makefile linux/arch/i386/ibcs/Makefile
@@ -1,37 +0,0 @@
-#
-# Makefile for the iBCS emulator files
-#
-# Note! Dependencies are done automagically by 'make dep', which also
-# removes any old dependencies. DON'T put your own dependencies here
-# unless it's something special (ie not a .c file).
-#
-# Note 2! The CFLAGS definitions are now in the main makefile...
-
-.S.s:
- $(CPP) -traditional $< -o $*.s
-.c.s:
- $(CC) $(CFLAGS) -S $<
-.s.o:
- $(AS) -c -o $*.o $<
-.c.o:
- $(CC) $(CFLAGS) -c $<
-
-SUBDIRS =
-
-OBJS = emulate.o
-
-ibcs.o: $(OBJS)
- $(LD) -r -o ibcs.o $(OBJS)
- sync
-
-dep:
- $(CPP) -M *.c > .depend
-
-dummy:
-
-#
-# include a dependency file if one exists
-#
-ifeq (.depend,$(wildcard .depend))
-include .depend
-endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this