]> git.saurik.com Git - wxWidgets.git/blobdiff - src/Makefile.in
Yet another one.
[wxWidgets.git] / src / Makefile.in
index 77861472e7be208bd2a4436e7a255d1424f0ba14..ecb8a5804b26eac9f21d48d78f87b92af7658320 100644 (file)
@@ -27,11 +27,59 @@ IODBC_C_SRC=\
   iodbc/hstmt.c \
   iodbc/info.c \
   iodbc/itrace.c \
-  iodbc/main.c \
   iodbc/misc.c \
   iodbc/prepare.c \
   iodbc/result.c
 
+# define source file for jpeg
+JPEG_C_SRC=\
+  jpeg/jcapimin.c \
+  jpeg/jcapistd.c \
+  jpeg/jccoefct.c \
+  jpeg/jccolor.c \
+  jpeg/jcdctmgr.c \
+  jpeg/jchuff.c \
+  jpeg/jcinit.c \
+  jpeg/jcmainct.c \
+  jpeg/jcmarker.c \
+  jpeg/jcmaster.c \
+  jpeg/jcomapi.c \
+  jpeg/jcparam.c \
+  jpeg/jcphuff.c \
+  jpeg/jcprepct.c \
+  jpeg/jcsample.c \
+  jpeg/jctrans.c \
+  jpeg/jdapimin.c \
+  jpeg/jdapistd.c \
+  jpeg/jdatadst.c \
+  jpeg/jdatasrc.c \
+  jpeg/jdcoefct.c \
+  jpeg/jdcolor.c \
+  jpeg/jddctmgr.c \
+  jpeg/jdhuff.c \
+  jpeg/jdinput.c \
+  jpeg/jdmainct.c \
+  jpeg/jdmarker.c \
+  jpeg/jdmaster.c \
+  jpeg/jdmerge.c \
+  jpeg/jdphuff.c \
+  jpeg/jdpostct.c \
+  jpeg/jdsample.c \
+  jpeg/jdtrans.c \
+  jpeg/jerror.c \
+  jpeg/jfdctflt.c \
+  jpeg/jfdctfst.c \
+  jpeg/jfdctint.c \
+  jpeg/jidctflt.c \
+  jpeg/jidctfst.c \
+  jpeg/jidctint.c \
+  jpeg/jidctred.c \
+  jpeg/jquant1.c \
+  jpeg/jquant2.c \
+  jpeg/jutils.c \
+  jpeg/jmemmgr.c \
+  jpeg/jmemnobs.c 
+
 # define source file for png
 PNG_C_SRC=\
  png/png.c \
@@ -77,7 +125,7 @@ SHARED_LIBRARY=lib$(LIB_TARGET).so.$(LIB_MAJOR).$(LIB_MINOR)
 LIB_CPP_ALL_SRC=$(LIB_CPP_SRC) @UNIX_THREAD@
 # @GTK_JOYSTICK@
 
-LIB_C_ALL_SRC=$(LIB_C_SRC) @IODBC_C_SRC@ @PNG_C_SRC@ @Z_C_SRC@ parser.c
+LIB_C_ALL_SRC=$(LIB_C_SRC) @IODBC_C_SRC@ @PNG_C_SRC@ @Z_C_SRC@ @JPEG_C_SRC@ parser.c
 
 #define library objects
 LIB_OBJ=\
@@ -90,8 +138,10 @@ all::
        @if test ! -d motif; then mkdir motif; fi
        @if test ! -d motif/xmcombo; then mkdir motif/xmcombo; fi
        @if test ! -d common; then mkdir common; fi
+       @if test ! -d unix; then mkdir unix; fi
        @if test ! -d generic; then mkdir generic; fi
        @if test ! -d png; then mkdir png; fi
+       @if test ! -d jpeg; then mkdir jpeg; fi
        @if test ! -d zlib; then mkdir zlib; fi
        @if test ! -d iodbc; then mkdir iodbc; fi
 
@@ -103,7 +153,8 @@ install::
        @$(WXBASEDIR)/mkinstalldirs \
           $(includedir)/wx \
           $(includedir)/wx/gtk \
-          $(includedir)/wx/common \
+          $(includedir)/wx/motif \
+          $(includedir)/wx/unix \
           $(includedir)/wx/generic \
           $(includedir)/wx/protocol \
           $(libdir)/wx/include/wx/gtk \
@@ -120,13 +171,24 @@ install::
          rm -f $(includedir)/wx/$$f ; \
          $(INSTALL_DATA) $$f $(includedir)/wx/$$f ; \
        done
-       @echo "  Copying headers from /include/wx/gtk"
-       @cd $(WXBASEDIR)/include/wx/gtk ; \
-       $(INSTALL) -d $(includedir)/wx/gtk ; \
-       for f in *.h ; do \
-         rm -f $(includedir)/wx/gtk/$$f ; \
-         $(INSTALL_DATA) $$f $(includedir)/wx/gtk/$$f ; \
-       done
+       @if test "@TOOLKIT@" = "GTK" ; then \
+         echo "  Copying headers from /include/wx/gtk" ; \
+         cd $(WXBASEDIR)/include/wx/gtk ; \
+         $(INSTALL) -d $(includedir)/wx/gtk ; \
+         for f in *.h ; do \
+           rm -f $(includedir)/wx/gtk/$$f ; \
+           $(INSTALL_DATA) $$f $(includedir)/wx/gtk/$$f ; \
+         done ; \
+       fi
+       @if test "@TOOLKIT@" = "MOTIF" ; then \
+         echo "  Copying headers from /include/wx/motif" ; \
+         cd $(WXBASEDIR)/include/wx/motif ; \
+         $(INSTALL) -d $(includedir)/wx/motif ; \
+         for f in *.h ; do \
+           rm -f $(includedir)/wx/motif/$$f ; \
+           $(INSTALL_DATA) $$f $(includedir)/wx/motif/$$f ; \
+         done ; \
+       fi
        @echo "  Copying headers from /include/wx/generic"
        @cd $(WXBASEDIR)/include/wx/generic ; \
        $(INSTALL) -d $(includedir)/wx/generic ; \
@@ -140,10 +202,23 @@ install::
          rm -f $(includedir)/wx/protocol/$$f ; \
          $(INSTALL_DATA) $$f $(includedir)/wx/protocol/$$f ; \
        done
+       @echo "  Copying headers from /include/wx/unix"
+       @cd $(WXBASEDIR)/include/wx/unix ; \
+       for f in *.h ; do \
+         rm -f $(includedir)/wx/unix/$$f ; \
+         $(INSTALL_DATA) $$f $(includedir)/wx/unix/$$f ; \
+       done
        @echo "  Moving setup.h to library path"
-       @cd $(WXBASEDIR)/src ; \
-       $(INSTALL) -d $(libdir)/wx/include/wx/gtk ;\
-       mv $(includedir)/wx/gtk/setup.h $(libdir)/wx/include/wx/gtk/setup.h ;
+       @if test "@TOOLKIT@" = "GTK" ; then \
+         cd $(WXBASEDIR)/src ; \
+         $(INSTALL) -d $(libdir)/wx/include/wx/gtk ; \
+         mv $(includedir)/wx/gtk/setup.h $(libdir)/wx/include/wx/gtk/setup.h ; \
+       fi
+       @if test "@TOOLKIT@" = "MOTIF" ; then \
+         cd $(WXBASEDIR)/src ; \
+         $(INSTALL) -d $(libdir)/wx/include/wx/motif ; \
+         mv $(includedir)/wx/motif/setup.h $(libdir)/wx/include/wx/motif/setup.h ; \
+       fi
        @echo "  Copying wx-config"
        @cd $(WXBASEDIR)/src ; \
          $(INSTALL) -d $(bindir) ; \
@@ -157,6 +232,7 @@ install::
          echo "  Copying shared library" ; \
            rm -f $(libdir)/lib$(LIB_TARGET).so* ; \
            $(INSTALL_PROGRAM) $(WXBASEDIR)/lib/$(OS)/$(SHARED_LIBRARY) $(libdir)/$(SHARED_LIBRARY) ; \
+           $(STRIP) $(libdir)/$(SHARED_LIBRARY) ; \
            $(LN_S) $(SHARED_LIBRARY) $(libdir)/lib$(LIB_TARGET).so.$(LIB_MAJOR) ; \
            $(LN_S) $(SHARED_LIBRARY) $(libdir)/lib$(LIB_TARGET).so ; \
            echo " " ; \
@@ -172,8 +248,10 @@ clean::
        $(RM) -rf qt
        $(RM) -rf motif
        $(RM) -rf common
+       $(RM) -rf unix
        $(RM) -rf generic
        $(RM) -rf png
+       $(RM) -rf jpeg
        $(RM) -rf zlib
        $(RM) -rf iodbc
        @$(RM) lexer.c parser.c