File: Makefile.am

package info (click to toggle)
dime 0.20030921-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,480 kB
  • ctags: 1,750
  • sloc: cpp: 14,865; 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