|
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: T i
Length: 1375 (0x55f) Types: TextFile Names: »ibmLib.tmpl«
└─⟦276d19d6e⟧ Bits:30007243 EUUGD5_I: X11R5 └─⟦399fbce15⟧ »./mit-1/mit-1.00« └─⟦ee38ad226⟧ └─⟦this⟧ »mit/config/ibmLib.tmpl«
XCOMM $XConsortium: ibmLib.tmpl,v 1.2 91/05/04 11:49:00 rws Exp $ /* * AIX shared library template */ PICFLAGS = PositionIndependentCFlags /* * and now a little bit of magic for using imake without source tree; if we * are using shared libraries, we really do not need to depend on anything */ #if SharedLibXext DEPEXTENSIONLIB = /* _UseCat($(USRLIBDIR),$(EXTENSIONSRC)/lib,/libXext.a) */ EXTENSIONLIB = _Use(-lXext,-L$(EXTENSIONSRC)/lib -lXext) #endif #if SharedLibX DEPXLIB = $(DEPEXTENSIONLIB) /* _UseCat($(USRLIBDIR),$(XLIBSRC),/libX11.a) */ XLIB = $(EXTENSIONLIB) _Use(-lX11,-L$(XLIBSRC) -lX11) #endif #if SharedLibXmu DEPXMULIB = /* _UseCat($(USRLIBDIR),$(XMUSRC),/libXmu.a) */ XMULIB = _Use(-lXmu,-L$(XMUSRC) -lXmu) #endif #if SharedOldLibX DEPOLDXLIB = /* _UseCat($(USRLIBDIR),$(OLDXLIBSRC),/liboldX.a) */ OLDXLIB = _Use(-loldX,-L$(OLDXLIBSRC) -loldX) #endif #if SharedLibXt DEPXTOOLLIB = _UseCat($(USRLIBDIR),$(TOOLKITSRC),/libXt.a) XTOOLLIB = _Use(-lXt,-L$(TOOLKITSRC) -lXt) #endif #if SharedLibXaw DEPXAWLIB = /* _UseCat($(USRLIBDIR),$(AWIDGETSRC),/libXaw.a) */ XAWLIB = _Use(-lXaw,-L$(AWIDGETSRC) -lXaw) #endif #if SharedLibXinput DEPXILIB = /* _UseCat($(USRLIBDIR),$(XILIBSRC),/libXi.a) */ XILIB = _Use(-lXi,-L$(XILIBSRC) -lXi) #endif