cdev-1.7.2n
This commit is contained in:
16
extensions/cdevGenericServer/cdevContextMap/Makefile
Executable file
16
extensions/cdevGenericServer/cdevContextMap/Makefile
Executable file
@@ -0,0 +1,16 @@
|
||||
ARCH = OS
|
||||
SHOBJ = NO
|
||||
|
||||
include ../include/makeinclude/Makefile.$(ARCH)
|
||||
|
||||
APPNAME = "Context Map Source"
|
||||
CXXINCLUDES = -I./
|
||||
TARGETS = $(BASEBIN)/cdevContextMapTest
|
||||
LIBS = $(CDEVLIBS) $(OSLIBS)
|
||||
|
||||
targets: $(TARGETS)
|
||||
|
||||
$(BASEBIN)/cdevContextMapTest: $(OBJDIR)/cdevContextMap.o $(OBJDIR)/cdevContextMapTest.o
|
||||
$(LINK.cc) $^ -o $@ $(LIBS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user