myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myserver-commit] [2807] Build libmyserver.a after any change made to th


From: Francesco Pipita
Subject: [myserver-commit] [2807] Build libmyserver.a after any change made to the library source tree
Date: Sat, 13 Sep 2008 16:17:20 +0000

Revision: 2807
          http://svn.sv.gnu.org/viewvc/?view=rev&root=myserver&revision=2807
Author:   francesco_pipita
Date:     2008-09-13 16:17:19 +0000 (Sat, 13 Sep 2008)

Log Message:
-----------
Build libmyserver.a after any change made to the library source tree

Modified Paths:
--------------
    trunk/myserver/src/Makefile.am

Modified: trunk/myserver/src/Makefile.am
===================================================================
--- trunk/myserver/src/Makefile.am      2008-09-13 10:54:28 UTC (rev 2806)
+++ trunk/myserver/src/Makefile.am      2008-09-13 16:17:19 UTC (rev 2807)
@@ -10,16 +10,18 @@
        $(XNET_LIB) $(EVENT_LIB) $(DL_LIB) $(OPENSSL_LIB) $(ZLIB_LIB) \
        $(XML_LIBS) $(LDFLAGS)
 
-libmyserver.a:
+clean-libmyserver.a:
        rm -f libmyserver.a
+
+libmyserver.a: clean-libmyserver.a
        find -iregex .*\\.$(OBJEXT) | xargs $(AR) cru libmyserver.a
        $(RANLIB) libmyserver.a
 
-build_parser: protocol/ftp/ftp_lexer.lpp protocol/ftp/ftp_parser.ypp
-       bison --defines=../include/protocol/ftp/ftp_parser.h 
protocol/ftp/ftp_parser.ypp
-       cp protocol/ftp/ftp_parser.tab.cpp protocol/ftp/ftp_parser.cpp
-       flex --header-file=../include/protocol/ftp/ftp_lexer.h 
protocol/ftp/ftp_lexer.lpp
-       cp ./protocol/ftp/lex.yy.c ./protocol/ftp/ftp_lexer.cpp
+# build_parser: protocol/ftp/ftp_lexer.lpp protocol/ftp/ftp_parser.ypp
+#      bison --defines=../include/protocol/ftp/ftp_parser.h 
protocol/ftp/ftp_parser.ypp
+#      cp protocol/ftp/ftp_parser.tab.cpp protocol/ftp/ftp_parser.cpp
+#      flex --header-file=../include/protocol/ftp/ftp_lexer.h 
protocol/ftp/ftp_lexer.lpp
+#      cp ./protocol/ftp/lex.yy.c ./protocol/ftp/ftp_lexer.cpp
 
 all-local: libmyserver.a myserver${EXEEXT}
        cp myserver${EXEEXT} ../binaries






reply via email to

[Prev in Thread] Current Thread [Next in Thread]