File: Makefile.am

package info (click to toggle)
xsp 4.2-2.4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,176 kB
  • sloc: cs: 13,500; sh: 12,082; xml: 8,279; makefile: 650; perl: 619; ansic: 299; php: 6
file content (22 lines) | stat: -rw-r--r-- 470 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
MCSFLAGS= -debug+ -debug:full -nologo

if NET_4_0
scripts4 = asp-state4.exe
data4 = asp-state4.exe.config
aspstate4dir = $(prefix)/lib/xsp/4.0
aspstate4_SCRIPTS = $(scripts4)
aspstate4_DATA = $(data4)
endif

EXTRA_DIST = $(aspstate_input) asp-state4.exe.config
CLEANFILES = *.exe *.mdb

aspstate_input = AssemblyInfo.cs.in \
		 asp_state.cs

aspstate_sources = $(aspstate_input:.in=)

if NET_4_0
asp-state4.exe: $(aspstate_sources)
	$(DMCS) $(MCSFLAGS) /out:$@ $^
endif