X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48b1d0ff4ff220d8f2994723f936a1ffa60addce..5e84fc5a820a15a1ce2d32d2ae71f0bf92abda3d:/src/makelib.env.in diff --git a/src/makelib.env.in b/src/makelib.env.in index c3372e14b1..8d7873bdf4 100644 --- a/src/makelib.env.in +++ b/src/makelib.env.in @@ -1,8 +1,5 @@ # Makes a library in Unix (Motif) -# Replace this with your own path if necessary -WXDIR = $(WXWIN) - # Clears all default suffixes .SUFFIXES: .o .cpp .c .cxx @@ -15,11 +12,7 @@ WXDIR = $(WXWIN) .cxx.o : $(CC) -c $(CPPFLAGS) -o $@ $< -# this is for using the samples in ../samples/xxxxx -pretop_srcdir = @top_srcdir@ -top_srcdir = ../$(pretop_srcdir) -top_builddir = ../.. -include ../../src/make.env +include $(top_builddir)/src/make.env all: $(LIBTARGET).a