pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src Makefile.am,1.141,1.142


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src Makefile.am,1.141,1.142
Date: 1 Apr 2003 21:54:57 -0000

Update of /var/lib/cvs/Games/Pingus/src
In directory dark:/tmp/cvs-serv2591

Modified Files:
        Makefile.am 
Log Message:
- added static compilation stuff to the main Makefile
- some small fixes

Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/Makefile.am,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- Makefile.am 28 Mar 2003 13:06:55 -0000      1.141
+++ Makefile.am 1 Apr 2003 21:54:55 -0000       1.142
@@ -306,4 +306,34 @@
 xml_pdf.hxx \
 xml_pdf.cxx
 
+STATICBIN_LIBS = -lclanGUI -lclanCore -lclanDisplay -lclanApp -lclanPNG 
-lclanJPEG -lHermes \
+-lclanDisplay -lclanMikMod -lclanVorbis -logg -lvorbis -logg -lmikmod 
-lclanSound -lclanCore  \
+-L/usr/X11R6/lib/ \
+-lstdc++ \
+-lpthread \
+-lxml2 \
+-lm \
+-lbz2 \
+-ldl \
+-lz \
+-ltiff \
+-ljpeg \
+libpng.a \
+-lXext \
+-lXt \
+-lX11 \
+-lSM \
+-lICE \
+-lXxf86vm \
+-lstdc++ \
+-ldl
+
+pingus.static: $(pingus_OBJECTS) $(pingus_DEPENDENCIES)
+       $(CXX) $(CXXFLAGS) -s -static -o $@ $(pingus_OBJECTS) 
$(pingus_DEPENDENCIES) $(STATICBIN_LIBS) 
+
+pingus.static.comp: pingus.static
+       cp $< $@
+       strip -s $@
+       upx-ucl -q --best $@
+
 ## EOF ##





reply via email to

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