Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.6 by maloninc, Mon Aug 1 10:46:20 2005 UTC revision 1.12 by maloninc, Thu Sep 29 04:15:30 2005 UTC
# Line 14  RESOBJ = Line 14  RESOBJ =
14  RESSRC =  RESSRC =
15  endif  endif
16    
17  LIBS = `wx-config --libs` -L/usr/local/lib -liconv ${RESOBJ}  XRCFILE = mnResource.xrc
18    XRCSRC  = mnResource.cpp
19    XRCOBJ  = mnResource.o
20    
21    LIBS = `wx-config --libs` -L/usr/local/lib ${RESOBJ} ${LIBICONV}
22  mnote_DEPENDENCIES = ${RESOBJ}  mnote_DEPENDENCIES = ${RESOBJ}
23    
24  mnote_CXXFLAGS = -g `wx-config --cxxflags` -I/usr/local/include  mnote_CXXFLAGS = -g `wx-config --cxxflags`
25    
26  mnote_SOURCES =       \  mnote_SOURCES =       \
27          main.cpp          \          main.cpp          \
# Line 33  mnote_SOURCES =       \ Line 37  mnote_SOURCES =       \
37          mnDialog.cpp      \          mnDialog.cpp      \
38          mnHtmlWindow.cpp  \          mnHtmlWindow.cpp  \
39          mnHtmlWindow.h    \          mnHtmlWindow.h    \
40          ${RESSRC}          mnTextCtrl.cpp    \
41                    mnTextCtrl.h      \
42            ${RESSRC}         \
43            ${XRCSRC}
44    
45    ${XRCSRC}:${XRCFILE}
46            wxrc ${XRCFILE} -v -c -o ${XRCSRC}
47    
48  readme:README.txt README.euc  readme:README.txt README.euc
49    
50  README.euc:README  README.euc:README
# Line 47  MY_DIST_DIR=MalonNote-${PACKAGE_VERSION} Line 57  MY_DIST_DIR=MalonNote-${PACKAGE_VERSION}
57    
58  if IS_DARWIN  if IS_DARWIN
59  APP=mnote.app  APP=mnote.app
60  app:  app: mnote
61          rm -fr ./${APP}          rm -fr ./${APP}
62          mkdir -p ./${APP}/Contents/MacOS/          mkdir -p ./${APP}/Contents/MacOS/
63          mkdir -p ./${APP}/Contents/Resources/          mkdir -p ./${APP}/Contents/Resources/
# Line 56  app: Line 66  app:
66          cp -p mnote.icns ./${APP}/Contents/Resources/          cp -p mnote.icns ./${APP}/Contents/Resources/
67          echo -n "APPL????" > ./${APP}/Contents/PkgInfo          echo -n "APPL????" > ./${APP}/Contents/PkgInfo
68    
69    appinst: app
70            cp -pr mnote.app /Applications/
71    
72  distsrc:  distsrc:
73          cvs2cl.pl          cvs2cl.pl
74          make dist          make dist

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.12

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26