]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makelib.env.in
use a smaller tip font for MSW
[wxWidgets.git] / src / makelib.env.in
index 4d913a8cf4e47702a6f901a332631c08195e7baf..8d7873bdf4f00722cf67ee9937dfc7960908c08b 100644 (file)
@@ -1,13 +1,18 @@
 # Makes a library in Unix (Motif)
 
-# Replace this with your own path if necessary
-WXDIR       = $(WXWIN)
-
-# this is for using the samples in ../samples/xxxxx
-pretop_srcdir = @top_srcdir@
-top_srcdir = ../$(pretop_srcdir)
-top_builddir = ../..
-include ../../src/make.env
+# Clears all default suffixes
+.SUFFIXES:     .o .cpp .c .cxx
+
+.c.o :
+       $(CCC) -c $(CFLAGS) -o $@ $<
+
+.cpp.o :
+       $(CC) -c $(CPPFLAGS) -o $@ $<
+
+.cxx.o :
+       $(CC) -c $(CPPFLAGS) -o $@ $<
+
+include $(top_builddir)/src/make.env
 
 all:    $(LIBTARGET).a