SRCS = ./main.cpp \
./parser.cpp
-LIBS = -lconffiles \
- -lstg_crypto \
- -lstg_common \
- -lsrvconf
+LIBS = -lstgconffiles \
+ -lstgsrvconf \
+ -lstgcrypto \
+ -lstgcommon
LIBS += -lexpat \
$(LIB_THREAD)
CXXFLAGS += -Wall
LDFLAGS += -Wl,-E -L$(DIR_LIB) -Wl,-rpath,$(PREFIX)/usr/lib/stg -Wl,-rpath-link,$(DIR_LIB)
-vpath %.so $(DIR_LIB)
+vpath %.a $(DIR_LIB)
.PHONY: all clean distclean libs install uninstall install-bin install-data uninstall-bin uninstall-data
all: libs $(PROG) ../../Makefile.conf
$(MAKE) -C $(DIR_LIBSRC)
$(PROG): $(OBJS) $(STGLIBS)
- $(CC) $^ $(LIBS) $(LDFLAGS) -o $(PROG)
+ $(CXX) $^ $(LIBS) $(LDFLAGS) -o $(PROG)
clean:
rm -f deps $(PROG) *.o tags *.*~ .OS