[BACK]Return to GNUmakefile CVS log [TXT][DIR] Up to [Development] / inventor

Annotation of inventor/GNUmakefile, Revision 1.5

1.3       jlim        1: IVDEPTH = .
                      2: include $(IVDEPTH)/make/ivcommondefs
1.1       naaman      3:
1.3       jlim        4: # Use of LSUBDIRS is to allow override using environment variable without
                      5: # conflicting with SUBDIRS in subdirectory makefiles.
                      6:
1.4       jlim        7: LSUBDIRS = libimage tools libFL lib libSoXt doc data apps
1.3       jlim        8: SUBDIRS = $(LSUBDIRS)
                      9:
                     10: all install $(COMMONTARGS):
                     11: 	$(SUBDIRS_MAKERULE)

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>