~ubuntu-branches/ubuntu/wily/easytag/wily

« back to all changes in this revision

Viewing changes to Makefile.mingw

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-10-11 17:07:47 UTC
  • mto: (8.1.4 sid)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: package-import@ubuntu.com-20131011170747-uqvgtx7uyd046j7z
Tags: upstream-2.1.8
ImportĀ upstreamĀ versionĀ 2.1.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.mingw
2
 
#
3
 
# Author: hermanator12002@yahoo.com
4
 
# Date 9/11/02
5
 
# Description: Top Makefile for win32 (mingw) port of Gaim
6
 
#
7
 
 
8
 
#MAKENSIS            = "C:/Program Files/NSIS/makensis.exe"
9
 
#VERSION := $(shell cat ./config.h |grep VERSION)
10
 
 
11
 
EASYTAG_SRC         = ./src
12
 
EASYTAG_INSTALL_DIR = ./win32-install-dir
13
 
DOC                 = ./doc
14
 
PIXMAPS             = ./pixmaps
15
 
PO                  = ./po
16
 
 
17
 
 
18
 
##
19
 
## Don't forget to change STATIC_PROTO_INIT, in config.h.mingw if you
20
 
## change the status of a protocol (static/plugin)
21
 
##
22
 
 
23
 
all:
24
 
        cp config.h.mingw config.h
25
 
        $(MAKE) -C $(EASYTAG_SRC) -f Makefile.mingw
26
 
 
27
 
install: all
28
 
        $(MAKE) -C $(PO) -f Makefile.mingw install
29
 
        $(MAKE) -C $(EASYTAG_SRC) -f Makefile.mingw install
30
 
        cp ChangeLog $(EASYTAG_INSTALL_DIR)/ChangeLog.txt
31
 
        cp COPYING $(EASYTAG_INSTALL_DIR)/COPYING.txt
32
 
        cp README $(EASYTAG_INSTALL_DIR)/README.txt
33
 
        cp README_win32.txt $(EASYTAG_INSTALL_DIR)
34
 
        cp $(DOC)/EasyTAG_Documentation* $(EASYTAG_INSTALL_DIR)
35
 
        cp -r $(DOC)/users_guide_* $(EASYTAG_INSTALL_DIR)
36
 
 
37
 
#installer: 
38
 
#       $(MAKENSIS) /DPRODUCT_VERSION="$(VERSION)"  easytag-win32-installer.nsi
39
 
#       $(MAKENSIS) /DPRODUCT_VERSION="$(VERSION)" /DWITH_GTK easytag-win32-installer.nsi
40
 
 
41
 
#installer_nogtk:
42
 
#       $(MAKENSIS) /DEASYTAG_VERSION="$(VERSION)" gaim-installer.nsi
43
 
 
44
 
#installer_debug:
45
 
#       $(MAKENSIS) /DEASYTAG_VERSION="$(VERSION)" /DDEBUG easytag-win32-installer.nsi
46
 
 
47
 
#installers: installer #installer_nogtk
48
 
 
49
 
 
50
 
clean:
51
 
        $(MAKE) -C $(PO) -f Makefile.mingw clean
52
 
        $(MAKE) -C $(EASYTAG_SRC) -f Makefile.mingw clean
53
 
        rm -rf config.h $(EASYTAG_INSTALL_DIR)
54
 
        rm -rf easytag.exe