]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/Makefile.am
fixed frame style
[wxWidgets.git] / src / gtk / Makefile.am
index 1967ab60d295b65b8b28168b15687f74df8de2e0..801d06a57eaa49f43f402fd512b31009b6c29745 100644 (file)
@@ -1,9 +1,12 @@
-## Purpose: The automake makefile for wxWindows.
-## Author:  Phil Blecker, Vadim Zeitlin
+## Purpose: The automake makefile for wxWindows (src/gtk subdirectory)
+## Author:  Phil Blecker, Vadim Zeitlin, Robert Roebling
 ## Version: $Id$
 ##
 ## Process this file with automake to produce Makefile.in
 
+AUTOMAKE_OPTIONS = 1.3
+# no-dependencies
+
 SUFFIXES = .cpp .c
 
 DEFS = $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
@@ -14,7 +17,13 @@ VPATH = .:${srcdir}:${srcdir}/../common:${srcdir}/../generic:${EXTRA_VPATH}
 EXTRA_DIST = "${srcdir}/../common ${srcdir}/../generic ${srcdir}"
 
 lib_LTLIBRARIES = @WX_LIBRARY_NAME@
-EXTRA_LTLIBRARIES = libwx_gtk.la libwx_motif.la
+EXTRA_LTLIBRARIES = libwx_gtk.la libwx_motif.la libwx_msw.la
+
+# empty Motif library
+libwx_motif_la_SOURCES =
+
+# empty MSW/WINE library
+libwx_msw_la_SOURCES =
 
 # these are the common files which always make part of the library
 libwx_gtk_la_SOURCES = \
@@ -24,49 +33,41 @@ libwx_gtk_la_SOURCES = \
  parser.c \
 \
  cmndata.cpp \
- dynarray.cpp \
- filefn.cpp \
- hash.cpp \
- list.cpp \
- matrix.cpp \
- memory.cpp \
- module.cpp \
- object.cpp \
- string.cpp \
- timercmn.cpp \
- utilscmn.cpp \
- tokenzr.cpp \
- variant.cpp \
- wxchar.cpp \
-\
  config.cpp \
  date.cpp \
  datstrm.cpp \
- db.cpp \
- dbtable.cpp \
  dcbase.cpp \
  docmdi.cpp \
  docview.cpp \
+ dynarray.cpp \
  dynlib.cpp \
  event.cpp \
  file.cpp \
  fileconf.cpp \
+ filefn.cpp \
  framecmn.cpp \
  ftp.cpp \
  gdicmn.cpp \
+ hash.cpp \
  helpbase.cpp \
  http.cpp \
  image.cpp \
+ imagbmp.cpp \
  imaggif.cpp \
  imagjpeg.cpp \
  imagpng.cpp \
  intl.cpp \
  ipcbase.cpp \
  layout.cpp \
+ list.cpp \
  log.cpp \
  longlong.cpp \
+ matrix.cpp \
+ memory.cpp \
  mimetype.cpp \
+ module.cpp \
  mstream.cpp \
+ object.cpp \
  objstrm.cpp \
  odbc.cpp \
  paper.cpp \
@@ -82,18 +83,27 @@ libwx_gtk_la_SOURCES = \
  serbase.cpp \
  socket.cpp \
  stream.cpp \
+ string.cpp \
  tbarbase.cpp \
  tbarsmpl.cpp \
  textfile.cpp \
  time.cpp \
+ timercmn.cpp \
+ utilscmn.cpp \
+ tokenzr.cpp \
  url.cpp \
  valgen.cpp \
  validate.cpp \
  valtext.cpp \
+ variant.cpp \
  wfstream.cpp \
  wincmn.cpp \
+ wxchar.cpp \
  wxexpr.cpp \
  zstream.cpp \
+\
+ db.cpp \
+ dbtable.cpp \
 \
  caret.cpp \
  choicdgg.cpp \