|
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: 1652 (0x674) Types: TextFile Names: »Imakefile«
└─⟦8648bda34⟧ Bits:30007244 EUUGD5_II: X11R5 └─⟦2ca9b63e1⟧ »./contrib-1/contrib-1.00« └─⟦a8392fb20⟧ └─⟦this⟧ »contrib/examples/Xaw/Imakefile«
SRCS = popup.c \ xboxes.c \ xbuttonbox.c \ xcommand.c \ xcommand2.c \ xhw.c \ xlabel.c \ xlist.c \ xmenu1.c \ xmenu2.c \ xpanner.c \ xrepeater.c \ xscroll.c \ xtext.c \ xwidgets.c LOCAL_LIBRARIES = XawClientLibs DEPLIBS = XawClientDepLibs PROGRAMS = popup xboxes xbuttonbox xcommand xcommand2 xhw xlabel \ xlist xmenu1 xmenu2 xpanner xrepeater xscroll xtext xwidgets AllTarget($(PROGRAMS)) SingleProgramTarget(popup,popup.o,$(LOCAL_LIBRARIES), /**/) SingleProgramTarget(xboxes,xboxes.o,$(LOCAL_LIBRARIES), /**/) SingleProgramTarget(xbuttonbox,xbuttonbox.o,$(LOCAL_LIBRARIES), /**/) SingleProgramTarget(xcommand,xcommand.o,$(LOCAL_LIBRARIES), /**/) SingleProgramTarget(xcommand2,xcommand2.o,$(LOCAL_LIBRARIES), /**/) SingleProgramTarget(xhw,xhw.o,$(LOCAL_LIBRARIES), /**/) SingleProgramTarget(xlabel,xlabel.o,$(LOCAL_LIBRARIES), /**/) SingleProgramTarget(xlist,xlist.o,$(LOCAL_LIBRARIES), /**/) SingleProgramTarget(xmenu1,xmenu1.o,$(LOCAL_LIBRARIES), /**/) SingleProgramTarget(xmenu2,xmenu2.o,$(LOCAL_LIBRARIES), /**/) SingleProgramTarget(xpanner,xpanner.o,$(LOCAL_LIBRARIES), /**/) SingleProgramTarget(xrepeater,xrepeater.o,$(LOCAL_LIBRARIES), /**/) SingleProgramTarget(xscroll,xscroll.o,$(LOCAL_LIBRARIES), /**/) SingleProgramTarget(xtext,xtext.o,$(LOCAL_LIBRARIES), /**/) SingleProgramTarget(xwidgets,xwidgets.o,$(LOCAL_LIBRARIES),-lm) DependTarget()