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
45 #define library objects
48 $(LIB_CPP_SRC:.cpp=.o)
54 #additional things needed for compile
57 # include the definitions now
58 include ../../../../template.mak
61 @echo "Installing library files and headers for libwx_fl_gtk.."
62 @echo " Creating directory.."
63 @$(WXBASEDIR)/mkinstalldirs /usr/local/include/wx_fl
64 @echo " Copying headers from framelayout/src"
65 @cd $(WXBASEDIR)/utils/framelayout/src ; \
67 rm -f /usr/local/include/wx_fl/$$f ; \
68 $(INSTALL_DATA) $$f /usr/local/include/wx_fl/$$f ; \
70 @echo " Copying static library files to /usr/local/lib"
71 @cd $(WXBASEDIR)/lib/$(OS) ; \
72 for f in libwx_fl_gtk.a ; do \
73 rm -f /usr/local/lib/$$f ; \
74 $(INSTALL_DATA) $$f /usr/local/lib/$$f ; \
76 @echo " Copying shared libraries to /usr/local/lib"
77 @cd $(WXBASEDIR)/lib/$(OS) ; \
78 for f in libwx_fl_gtk.so* ; do \
79 rm -f /usr/local/lib/$$f ; \
80 $(INSTALL_PROGRAM) $$f /usr/local/lib/$$f ; \