File: Makefile.am

package info (click to toggle)
dime 0.20030921-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze, wheezy
  • size: 2,472 kB
  • ctags: 1,750
  • sloc: cpp: 14,871; sh: 7,621; makefile: 658; ansic: 93
file content (16 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Process this file with automake to generate Makefile.in.

DXF2VRMLDIR = dxf2vrml
DXFSPHEREDIR = dxfsphere

if BUILD_WITH_MSVC
EXAMPLEPROGDIRS =
else
EXAMPLEPROGDIRS = $(DXF2VRMLDIR) $(DXFSPHEREDIR)
endif

SUBDIRS = src $(EXAMPLEPROGDIRS)

cvs-update:
	@cd $(top_srcdir) && cvs update -dP