git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Hide assignement operator for USER_IMPL
[stg.git]
/
projects
/
sgconf
/
Makefile
diff --git
a/projects/sgconf/Makefile
b/projects/sgconf/Makefile
index 991355565f633aacbc52655f83df14464940a023..02f8d7b80bbe4b6e81ce13c5ced1e09a02088ec1 100644
(file)
--- a/
projects/sgconf/Makefile
+++ b/
projects/sgconf/Makefile
@@
-10,9
+10,9
@@
SRCS = ./main.cpp \
./common_sg.cpp
STGLIBS = -lstgconffiles \
./common_sg.cpp
STGLIBS = -lstgconffiles \
+ -lstgsrvconf \
-lstgcommon \
-lstgcommon \
- -lstgcrypto \
- -lstgsrvconf
+ -lstgcrypto
LIBS += -lexpat \
$(LIB_THREAD)
LIBS += -lexpat \
$(LIB_THREAD)
@@
-41,7
+41,7
@@
OBJS = $(notdir $(patsubst %.cpp, %.o, $(patsubst %.c, %.o, $(SRCS))))
CXXFLAGS += -Wall
LDFLAGS += -Wl,-E -L$(DIR_LIB) -Wl,-rpath,$(PREFIX)/usr/lib/stg -Wl,-rpath-link,$(DIR_LIB)
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
.PHONY: all clean distclean libs install uninstall install-bin install-data uninstall-bin uninstall-data
all: libs $(PROG) ../../Makefile.conf
@@
-50,7
+50,7
@@
libs:
$(MAKE) -C $(DIR_LIBSRC)
$(PROG): $(OBJS) $(STGLIBS)
$(MAKE) -C $(DIR_LIBSRC)
$(PROG): $(OBJS) $(STGLIBS)
- $(C
C
) $^ $(LDFLAGS) $(LIBS) -o $(PROG)
+ $(C
XX
) $^ $(LDFLAGS) $(LIBS) -o $(PROG)
clean:
rm -f deps $(PROG) *.o tags *.*~ .OS
clean:
rm -f deps $(PROG) *.o tags *.*~ .OS