Initial creation.
This commit is contained in:
22
lib/Makefile
Normal file
22
lib/Makefile
Normal file
@@ -0,0 +1,22 @@
|
||||
SRC := libshmem.c
|
||||
TARGETS := libshmem.a libshmem.so
|
||||
FILE_LIB := libshmem.a libshmem.so
|
||||
|
||||
|
||||
|
||||
include ../Makefile.var
|
||||
include ../Makefile.rule
|
||||
|
||||
|
||||
|
||||
DEP += libshmem.h ../include/shmem.h ../../libnode/include/node.h Makefile
|
||||
INCLUDE += -I . -I ../include -I ../../libnode/include
|
||||
|
||||
ifdef _LIBVER_SUPPORT
|
||||
DEP += ../../libver/ver.h
|
||||
INCLUDE += -I ../../libver/lib
|
||||
endif
|
||||
|
||||
|
||||
|
||||
libshmem.o : libshmem.c $(DEP)
|
||||
Reference in New Issue
Block a user