Skip to content
Snippets Groups Projects
Commit 8da5ee43 authored by edgrif's avatar edgrif
Browse files

try to get dependencies working

parent 05d12524
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
# local macros
PUB_HDRS = zmapConn.h zmapWindow.h zmapManager.h
MAN_PRIV_HDRS = zmapManager_P.h
MAN_SRC = zmapManager.c
MAN_OBJ = zmapManager.o
......@@ -15,10 +16,11 @@ MAN_OBJ = zmapManager.o
CURRENT_LIB = $(ZMAPAPP_LIB)
CURRENT_OBJ = $(MAN_OBJ)
CURRENT_DEP = $(PUB_HDRS) $(MAN_PRIV_HDRS)
CURRENT_SRC = $(MAN_PRIV_HDRS) $(MAN_SRC)
#
# point to common make include file which contains all the rules etc.
#
ROOT_DIRECTORY = ..
MAKEDEFS_DIR = $(ROOT_DIRECTORY)/zmapMake
include $(MAKEDEFS_DIR)/build.make
MAKE_DIR = $(ROOT_DIRECTORY)/zmapMake
include $(MAKE_DIR)/build.make
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment