Browse CVS Repository
Diff of /malonnote/Makefile.am
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 1 |
if IS_DARWIN |
if IS_DARWIN |
| 2 |
noinst_PROGRAMS = mnote |
noinst_PROGRAMS = mnote app |
| 3 |
else |
else |
| 4 |
bin_PROGRAMS = mnote |
bin_PROGRAMS = mnote |
| 5 |
endif |
endif |
| 14 |
RESSRC = |
RESSRC = |
| 15 |
endif |
endif |
| 16 |
|
|
| 17 |
LIBS = `wx-config --libs` -L/usr/local/lib -liconv ${RESOBJ} |
LIBS = `wx-config --libs` -L/usr/local/lib ${RESOBJ} ${LIBICONV} |
| 18 |
mnote_DEPENDENCIES = ${RESOBJ} |
mnote_DEPENDENCIES = ${RESOBJ} |
| 19 |
|
|
| 20 |
mnote_CXXFLAGS = -g `wx-config --cxxflags` -I/usr/local/include |
mnote_CXXFLAGS = -g `wx-config --cxxflags` |
| 21 |
|
|
| 22 |
mnote_SOURCES = \ |
mnote_SOURCES = \ |
| 23 |
main.cpp \ |
main.cpp \ |
| 31 |
mnDef.h \ |
mnDef.h \ |
| 32 |
mnDialog.h \ |
mnDialog.h \ |
| 33 |
mnDialog.cpp \ |
mnDialog.cpp \ |
| 34 |
|
mnHtmlWindow.cpp \ |
| 35 |
|
mnHtmlWindow.h \ |
| 36 |
${RESSRC} |
${RESSRC} |
| 37 |
|
|
| 38 |
readme:README.txt README.euc |
readme:README.txt README.euc |
| 47 |
|
|
| 48 |
if IS_DARWIN |
if IS_DARWIN |
| 49 |
APP=mnote.app |
APP=mnote.app |
| 50 |
app: |
app: mnote |
| 51 |
rm -fr ./${APP} |
rm -fr ./${APP} |
| 52 |
mkdir -p ./${APP}/Contents/MacOS/ |
mkdir -p ./${APP}/Contents/MacOS/ |
| 53 |
mkdir -p ./${APP}/Contents/Resources/ |
mkdir -p ./${APP}/Contents/Resources/ |
| 56 |
cp -p mnote.icns ./${APP}/Contents/Resources/ |
cp -p mnote.icns ./${APP}/Contents/Resources/ |
| 57 |
echo -n "APPL????" > ./${APP}/Contents/PkgInfo |
echo -n "APPL????" > ./${APP}/Contents/PkgInfo |
| 58 |
|
|
| 59 |
|
appinst: |
| 60 |
|
cp -pr mnote.app /Applications/ |
| 61 |
|
|
| 62 |
|
distsrc: |
| 63 |
|
cvs2cl.pl |
| 64 |
|
make dist |
| 65 |
|
mv ${DIST_ARCHIVES} ${MY_DIST_DIR}-src.tar.gz |
| 66 |
|
|
| 67 |
distosx: |
distosx: |
| 68 |
mkdir ${MY_DIST_DIR} |
mkdir ${MY_DIST_DIR} |
| 69 |
cp -r ${APP} ${MY_DIST_DIR} |
cp -r ${APP} ${MY_DIST_DIR} |
|
|
Legend:
| Removed from v.1.4 |
|
| changed lines |
| |
Added in v.1.9 |
|
|
|