]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/dllwidget/Makefile
dllwidget demo updates
[wxWidgets.git] / wxPython / demo / dllwidget / Makefile
index 71065ea605bb010faa1d0c22511ef86e12dd6e28..bcf3a56412c9b60ff0530ef88b490e74b4b8aa7f 100644 (file)
@@ -4,10 +4,7 @@ CXXFLAGS = `wx-config --cxxflags` -fPIC -I.
 LDFLAGS = `wx-config --libs`
 
 
-all: test_prg test_dll.so
-
-test_prg: dllwidget.o test_prg.o
-       $(CXX) $(LDFLAGS) -o $@ dllwidget.o test_prg.o
+all: test_dll.so
 
 test_dll.so: test_dll.o
        $(CXX) $(LDFLAGS) -shared -o $@ $<
@@ -16,4 +13,4 @@ test_dll.so: test_dll.o
        $(CXX) -c $(CXXFLAGS) -o $@ $<
 
 clean:
-       rm -f *.o *.so test_prg
+       rm -f *.o *.so