/**/# /**/# libgraphic - source files for the Graphic library /**/# #if CompileInMachineDepSubdir && !defined(InMachineDepSubdir) #define IHaveMachineDepSubdirs MakeMachineDepSubdir() DependMachineDepSubdir() #else CDEBUGFLAGS = LibraryCDebugFlags SRCS = $(SRC)//**/*.c OBJS = \ base.o \ cache.o \ damage.o \ ellipses.o \ geomobjs.o \ grblock.o \ grconstruct.o \ hash.o \ instance.o \ label.o \ lines.o \ objman.o \ persistent.o \ pfile.o \ picture.o \ polygons.o \ ppaint.o \ rasterrect.o \ ref.o \ reflist.o \ splines.o \ stencil.o NormalLibraryTarget(graphic,$(OBJS)) InstallLibrary(graphic,$(USRLIBDIR)) DependTarget() MakeObjectFromSrc(base) MakeObjectFromSrc(cache) MakeObjectFromSrc(damage) MakeObjectFromSrc(ellipses) MakeObjectFromSrc(geomobjs) MakeObjectFromSrc(grblock) MakeObjectFromSrc(grconstruct) MakeObjectFromSrc(hash) MakeObjectFromSrc(instance) MakeObjectFromSrc(label) MakeObjectFromSrc(lines) MakeObjectFromSrc(objman) MakeObjectFromSrc(persistent) MakeObjectFromSrc(pfile) MakeObjectFromSrc(picture) MakeObjectFromSrc(polygons) MakeObjectFromSrc(ppaint) MakeObjectFromSrc(rasterrect) MakeObjectFromSrc(ref) MakeObjectFromSrc(reflist) MakeObjectFromSrc(splines) MakeObjectFromSrc(stencil) #endif /* if compiling in subdirectory */