|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: I T
Length: 1218 (0x4c2) Types: TextFile Names: »Imakefile«
└─⟦8648bda34⟧ Bits:30007244 EUUGD5_II: X11R5 └─⟦2ca9b63e1⟧ »./contrib-1/contrib-1.00« └─⟦a8392fb20⟧ └─⟦this⟧ »contrib/examples/OReilly/Vol4/ch04/Imakefile«
# # example programs Imakefile # # #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' SRCS1= xbitmap1.c BitmapEdit.c OBJS1= xbitmap1.o BitmapEdit.o SRCS2= xbitmap2.c BitmapEdit.c OBJS2= xbitmap2.o BitmapEdit.o SRCS3= xbitmap3.c BitmapEdit.c OBJS3= xbitmap3.o BitmapEdit.o SRCS4= xbitmap4.c OBJS4= xbitmap4.o SRCS5= xbitmap5.c BitmapEdit.c OBJS5= xbitmap5.o BitmapEdit.o SRCS6= xbitmap6.c BitmapEdit.c OBJS6= xbitmap6.o BitmapEdit.o SRCS7= xbitmap7.c BitmapEdit.c OBJS7= xbitmap7.o BitmapEdit.o SRCS8= xbitmap8.c BitmapEdit.c OBJS8= xbitmap8.o BitmapEdit.o PROGRAMS = xbitmap1 xbitmap2 xbitmap3 xbitmap4 xbitmap5 xbitmap6 xbitmap7 xbitmap8 all:: $(PROGRAMS) LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) NormalProgramTarget(xbitmap1,$(OBJS1),,$(LOCAL_LIBRARIES),) NormalProgramTarget(xbitmap2,$(OBJS2),,$(LOCAL_LIBRARIES),) NormalProgramTarget(xbitmap3,$(OBJS3),,$(LOCAL_LIBRARIES),) NormalProgramTarget(xbitmap4,$(OBJS4),,$(LOCAL_LIBRARIES),) NormalProgramTarget(xbitmap5,$(OBJS5),,$(LOCAL_LIBRARIES),) NormalProgramTarget(xbitmap6,$(OBJS6),,$(LOCAL_LIBRARIES),) NormalProgramTarget(xbitmap7,$(OBJS7),,$(LOCAL_LIBRARIES),) NormalProgramTarget(xbitmap8,$(OBJS8),,$(LOCAL_LIBRARIES),)