~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to WindowManager/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:
31
31
AL=al2
32
32
SATELLITE_ASSEMBLY_NAME=.resources.dll
33
33
 
34
 
LINUX_PKGCONFIG = \
35
 
        $(WINDOWMANAGER_PC)  
36
 
 
37
 
 
38
 
        
39
 
all: $(ASSEMBLY) $(LINUX_PKGCONFIG) 
 
34
all: $(ASSEMBLY)
40
35
 
41
36
FILES = \
42
37
        src/WindowListAction.cs \
53
48
RESOURCES = \
54
49
        src/WindowManager.addin.xml 
55
50
 
56
 
EXTRAS = \
57
 
        windowmanager.pc.in 
58
 
 
59
51
REFERENCES =  \
60
52
        System \
61
53
        $(WNCK_SHARP_10_LIBS) \
66
58
 
67
59
DLL_REFERENCES = 
68
60
 
69
 
CLEANFILES = $(LINUX_PKGCONFIG) 
 
61
CLEANFILES = 
70
62
 
71
63
include $(top_srcdir)/Makefile.include
72
64
 
73
 
WINDOWMANAGER_PC = $(BUILD_DIR)/windowmanager.pc
74
 
 
75
 
$(eval $(call emit-deploy-wrapper,WINDOWMANAGER_PC,windowmanager.pc))
76
 
 
77
65
 
78
66
$(build_xamlg_list): %.xaml.g.cs: %.xaml
79
67
        xamlg '$<'