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.20 by maloninc, Thu Dec 22 10:48:29 2005 UTC revision 1.25 by maloninc, Wed Jan 4 03:57:19 2006 UTC
# Line 24  endif Line 24  endif
24    
25  XRCSRC  = mnResource.cpp  XRCSRC  = mnResource.cpp
26    
27  EXTRA_DIST = ${XRCFILE_MAC} ${XRCFILE_NOMAC} mnDialog.wxg TODO Info.plist mnote.ico mnote.icns malon-small-logo.ico malon-midium-logo.ico README.euc README.txt new.template  EXTRA_DIST = ${XRCFILE_MAC} \
28                 ${XRCFILE_NOMAC} \
29                 mnDialog.wxg \
30                 TODO \
31                 Info.plist \
32                 mnote.ico \
33                 mnote.icns \
34                 malon-small-logo.ico \
35                 malon-midium-logo.ico \
36                 README.euc \
37                 README.txt \
38                 new.template \
39                 wxMac2.6.2-mnote.patch
40    
41  LIBS = `wx-config --libs` ${RESOBJ}  LIBS = `wx-config --libs` ${RESOBJ} ${LIBICONV}
42  mnote_DEPENDENCIES = ${RESOBJ}  mnote_DEPENDENCIES = ${RESOBJ}
43    
44  mnote_CXXFLAGS = -g `wx-config --cxxflags`  mnote_CXXFLAGS = -g `wx-config --cxxflags`
# Line 54  mnote_SOURCES =       \ Line 66  mnote_SOURCES =       \
66          ${XRCSRC}          ${XRCSRC}
67    
68  ${XRCSRC}:${XRCFILE}  ${XRCSRC}:${XRCFILE}
69          wxrc ${XRCFILE} -v -c -o ${XRCSRC}          wxrc ${XRCFILE} -c -o ${XRCSRC}
70    
71  readme:README.txt README.euc  readme:README.txt README.euc
72    
# Line 72  app: mnote Line 84  app: mnote
84          rm -fr ./${APP}          rm -fr ./${APP}
85          mkdir -p ./${APP}/Contents/MacOS/          mkdir -p ./${APP}/Contents/MacOS/
86          mkdir -p ./${APP}/Contents/Resources/          mkdir -p ./${APP}/Contents/Resources/
87            strip mnote
88          cp -p mnote ./${APP}/Contents/MacOS/          cp -p mnote ./${APP}/Contents/MacOS/
89          cp -p Info.plist ./${APP}/Contents/          cp -p Info.plist ./${APP}/Contents/
90          cp -p mnote.icns ./${APP}/Contents/Resources/          cp -p mnote.icns ./${APP}/Contents/Resources/

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.25

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