~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to DiskMounter/Makefile.am

  • Committer: Christopher James Halse Rogers
  • Date: 2008-07-25 06:31:03 UTC
  • Revision ID: raof@cowboylaputopu.cooperteam.net-20080725063103-r77k514l0z7kfw03
Start making autotools work again; all the plugins that currently have autofoo should be working

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
PROGRAMFILES = \
37
37
        $(DISKMOUNTER_ADDIN_XML)  
38
38
 
39
 
LINUX_PKGCONFIG = \
40
 
        $(DISKMOUNTER_PC)  
41
 
 
42
 
 
43
 
        
44
 
all: $(ASSEMBLY) $(PROGRAMFILES) $(LINUX_PKGCONFIG) 
 
39
all: $(ASSEMBLY) $(PROGRAMFILES)
45
40
 
46
41
FILES = \
47
42
        src/DriveItem.cs \
55
50
 
56
51
RESOURCES = 
57
52
 
58
 
EXTRAS = \
59
 
        diskmounter.pc.in 
60
 
 
61
53
REFERENCES =  \
62
54
        System \
63
55
        $(GNOME_VFS_SHARP_20_LIBS) \
65
57
 
66
58
DLL_REFERENCES = 
67
59
 
68
 
CLEANFILES = $(PROGRAMFILES) $(LINUX_PKGCONFIG) 
 
60
CLEANFILES = $(PROGRAMFILES)
69
61
 
70
62
include $(top_srcdir)/Makefile.include
71
63
 
72
64
DISKMOUNTER_ADDIN_XML = $(BUILD_DIR)/DiskMounter.addin.xml
73
 
DISKMOUNTER_PC = $(BUILD_DIR)/diskmounter.pc
74
65
 
75
66
$(eval $(call emit-deploy-target,DISKMOUNTER_ADDIN_XML))
76
 
$(eval $(call emit-deploy-wrapper,DISKMOUNTER_PC,diskmounter.pc))
77
67
 
78
68
 
79
69
$(build_xamlg_list): %.xaml.g.cs: %.xaml