PROG = sgauth
SRCS = ./main.cpp \
+ ./settings_impl.cpp \
./web.cpp
-STGLIBS = -lconffiles \
- -lstg_crypto \
- -lstg_common \
- -lia_auth_c \
- -lcommon_settings
+STGLIBS = -lstgconffiles \
+ -lstgia \
+ -lstgcrypto \
+ -lstgcommon
LIBS += $(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) $^ $(LDFLAGS) -o $(PROG) $(LIBS)
+ $(CXX) $^ $(LDFLAGS) -o $(PROG) $(LIBS)
clean:
rm -f deps $(PROG) *.o tags *.*~ .OS