2 # wxFrameLayout source makefile for Unix
4 # Copyright 1999, Harm van der Heijden
7 # wxWindows base directory
10 # set the OS type for compilation
13 # compile a library only
16 # needed for unactivated
24 # define library sources
48 #define library objects
51 $(LIB_CPP_SRC:.cpp=.o)
57 #additional things needed for compile
60 # include the definitions now
61 include ../../../../template.mak
64 @echo "Installing library files and headers for libwx_fl_gtk.."
65 @echo " Creating directory.."
66 @$(WXBASEDIR)/mkinstalldirs /usr/local/include/wx_fl
67 @echo " Copying headers from framelayout/src"
68 @cd $(WXBASEDIR)/utils/framelayout/src ; \
70 rm -f /usr/local/include/wx_fl/$$f ; \
71 $(INSTALL_DATA) $$f /usr/local/include/wx_fl/$$f ; \
73 @echo " Copying static library files to /usr/local/lib"
74 @cd $(WXBASEDIR)/lib/$(OS) ; \
75 for f in libwx_fl_gtk.a ; do \
76 rm -f /usr/local/lib/$$f ; \
77 $(INSTALL_DATA) $$f /usr/local/lib/$$f ; \
79 @echo " Copying shared libraries to /usr/local/lib"
80 @cd $(WXBASEDIR)/lib/$(OS) ; \
81 for f in libwx_fl_gtk.so* ; do \
82 rm -f /usr/local/lib/$$f ; \
83 $(INSTALL_PROGRAM) $$f /usr/local/lib/$$f ; \