git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use external socket to correctly stop XML-RPC server
[stg.git]
/
projects
/
sgconf_xml
/
Makefile
diff --git
a/projects/sgconf_xml/Makefile
b/projects/sgconf_xml/Makefile
index 33989ae2c4a3225e70744438a39983593239f7ef..2453ef5c971dff322306f9ad924b951d706d14b6 100644
(file)
--- a/
projects/sgconf_xml/Makefile
+++ b/
projects/sgconf_xml/Makefile
@@
-9,10
+9,10
@@
PROG = sgconf_xml
SRCS = ./main.cpp \
./parser.cpp
SRCS = ./main.cpp \
./parser.cpp
-LIBS = -lconffiles \
- -lstg
_crypto
\
- -lstg
_common
\
- -ls
rvconf
+LIBS = -l
stg
conffiles \
+ -lstg
srvconf
\
+ -lstg
crypto
\
+ -ls
tgcommon
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
) $^ $(LIBS) $(LDFLAGS) -o $(PROG)
+ $(C
XX
) $^ $(LIBS) $(LDFLAGS) -o $(PROG)
clean:
rm -f deps $(PROG) *.o tags *.*~ .OS
clean:
rm -f deps $(PROG) *.o tags *.*~ .OS