home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2233.zip / wxOS2-2_3_3.zip / wxWindows-2.3.3 / contrib / utils / wxrcedit / Makefile.in < prev    next >
Makefile  |  2001-06-09  |  2KB  |  32 lines

  1. # $Id: Makefile.in,v 1.9 2001/06/09 22:16:40 VS Exp $
  2.  
  3. top_srcdir = @top_srcdir@/..
  4. top_builddir = ../../..
  5. program_dir = contrib/utils/wxrcedit
  6.  
  7. PROGRAM=wxrcedit
  8.  
  9. OBJECTS=edapp.o editor.o nodehnd.o xmlhelpr.o preview.o nodesdb.o \
  10.         pe_basic.o pe_adv.o propedit.o propframe.o splittree.o
  11.  
  12. DATADIRS = df
  13. DATAFILES = df/break.df df/control.df df/menu_item.df df/notebookpage.df \
  14.             df/panel_item.df df/panelbase.df df/separator.df df/sizer_item.df \
  15.             df/sizeritem.df df/spacer.df df/tool.df df/toolbar_item.df \
  16.             df/unknown.df df/window.df df/wxBitmapButton.df df/wxBoxSizer.df \
  17.             df/wxButton.df df/wxCalendarCtrl.df df/wxCheckBox.df \
  18.             df/wxCheckList.df df/wxChoice.df df/wxComboBox.df df/wxDialog.df \
  19.             df/wxFlexGridSizer.df df/wxGauge.df df/wxGridSizer.df \
  20.             df/wxHtmlWindow.df df/wxListBox.df df/wxListCtrl.df df/wxMenu.df \
  21.             df/wxMenuBar.df df/wxMenuItem.df df/wxNotebook.df df/wxPanel.df \
  22.             df/wxRadioBox.df df/wxRadioButton.df df/wxScrollBar.df \
  23.             df/wxSlider.df df/wxSpinButton.df df/wxSpinCtrl.df \
  24.             df/wxStaticBitmap.df df/wxStaticBox.df df/wxStaticBoxSizer.df \
  25.             df/wxStaticLine.df df/wxStaticText.df df/wxTextCtrl.df \
  26.             df/wxToolBar.df df/wxTreeCtrl.df 
  27.             
  28. APPEXTRALIBS=$(top_builddir)/lib/libwxxrc.@WX_TARGET_LIBRARY_TYPE@
  29. APPEXTRADEFS=-I$(top_srcdir)/contrib/include
  30.  
  31. include $(top_builddir)/src/makeprog.env
  32.