~ubuntu-branches/ubuntu/oneiric/pdfmod/oneiric

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2010-09-29 17:34:49 UTC
  • mfrom: (2.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100929173449-4ezagrzettatjk36
Tags: 0.9.0-1
* New upstream release
* debian/copyright: Document PdfSharp.SharpZipLib/*
* Drop all patches: committed upstream
* No change bump of Standards-Version from 3.8.4 to 3.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
ASSEMBLY = ../bin/PdfMod.exe
9
9
ASSEMBLY_MDB = $(ASSEMBLY).mdb
10
10
COMPILE_TARGET = exe
11
 
PROJECT_REFERENCES = ../bin/PdfSharp.dll
 
11
PROJECT_REFERENCES =
12
12
BUILD_DIR = ../bin
13
13
 
14
14
PDFMOD_EXE_MDB_SOURCE=../bin/PdfMod.exe.mdb
32
32
        PdfMod/Core/Configuration.cs \
33
33
        PdfMod/Core/Defines.cs \
34
34
        PdfMod/Gui/Actions.cs \
 
35
        PdfMod/Gui/BookmarkView.cs \
35
36
        PdfMod/Gui/CairoCell.cs \
36
37
        PdfMod/Gui/Client.cs \
37
38
        PdfMod/Gui/DocumentIconView.cs \
39
40
        PdfMod/Gui/PageCell.cs \
40
41
        PdfMod/Gui/PageListStore.cs \
41
42
        PdfMod/Gui/SelectMatchingBox.cs \
 
43
        PdfMod/Gui/ZoomSlider.cs \
42
44
        PdfMod/Main.cs \
 
45
        PdfMod/Pdf/Actions/BaseAction.cs \
43
46
        PdfMod/Pdf/Actions/BasePageAction.cs \
44
47
        PdfMod/Pdf/Actions/ExportImagesAction.cs \
45
48
        PdfMod/Pdf/Actions/MoveAction.cs \
66
69
        -pkg:hyena \
67
70
        -pkg:hyena.gui \
68
71
        System \
69
 
        System.Core
 
72
        System.Core \
 
73
        -r:../bin/PdfSharp.dll
 
74
 
 
75
PROJECT_REFERENCES = ../bin/PdfSharp.dll
70
76
 
71
77
if USE_BUNDLED_POPPLER
72
78
PROJECT_REFERENCES += ../bin/poppler-sharp.dll
76
82
REFERENCES += -pkg:poppler-sharp
77
83
endif
78
84
 
79
 
DLL_REFERENCES = 
80
 
 
81
85
CLEANFILES = $(PROGRAMFILES) $(BINARIES)
82
86
 
83
87
include $(top_srcdir)/Makefile.include
98
102
 
99
103
$(ASSEMBLY_MDB): $(ASSEMBLY)
100
104
 
101
 
$(ASSEMBLY): $(build_sources) $(build_resources) $(build_datafiles) $(DLL_REFERENCES) $(PROJECT_REFERENCES) $(build_xamlg_list) $(build_satellite_assembly_list)
 
105
$(ASSEMBLY): $(build_sources) $(build_resources) $(build_datafiles) $(PROJECT_REFERENCES) $(build_xamlg_list) $(build_satellite_assembly_list)
102
106
        mkdir -p $(shell dirname $(ASSEMBLY))
103
107
        cp $(BUNDLE_ASSEMBLIES) $(BUILD_DIR)
104
108
        cp $(BUNDLE_FILES) $(BUILD_DIR)