CC_ADD = -g CFLAGS_ADD = -I. BUILDLIBS = liblx.a REQUESTS = AllocColor AllocColorCells AllocColorPlanes AllocNamedColor\ Bell ChangeGC ChangeHosts ChangeKeyboardControl ChangeKeyboardMapping\ ChangePointerControl ChangeWindowAttributes ClearArea CloseFont\ CopyArea CopyColormapAndFree CopyGC CopyPlane CreateColormap\ CreateCursor CreateGC CreateGlyphCursor CreatePixmap CreateWindow\ DestroyWindow FillPoly ForceScreenSaver FreeColormap FreeColors\ FreeCursor FreeGC FreePixmap GetFontPath GetImage GetInputFocus\ GetKeyboardControl GetKeyboardMapping GetModifierMapping\ GetPointerControl GetPointerMapping GetScreenSaver ImageText16\ ImageText8 InstallColormap KillClient ListExtensions ListFonts\ ListHosts ListInstalledColormaps LookupColor MapWindow NoOperation\ OpenFont PolyArc PolyFillArc PolyLine PolyPoint PolyRectangle\ PolySegment PolyText16 PolyText8 PutImage QueryBestSize QueryColors\ QueryExtension RecolorCursor RotateProperties SetAccessControl\ SetClipRectangles SetCloseDownMode SetDashes SetFontPath\ SetModifierMapping SetPointerMapping SetScreenSaver StoreColors\ StoreNamedColor UninstallColormap OBJ_liblx_ = $(REQUESTS:S/$/.o/:S/^/req-/) close.o cvt.o hostlist.o\ initial.o local-nscreens.o local-root-depth.o local-root-visual.o\ local-root.o lx_abort.o map.o proto.o resource.o str_tconc.o strlist.o\ vars.o xidlist.o OBJ_liblx != ls -t ${OBJ_liblx_:S/.o$/.c/} OBJ_liblx := ${OBJ_liblx:S/.c$/.o/} INSTALLHDR = lx.h INSTALLMAN = lx.3 VERSION = 0.1 .MAIN: tester tester: tester.o liblx.a $(CC) -o tester tester.o liblx.a -laio CLEANFILES += tester tester.o .include