File: Makefile.am

package info (click to toggle)
gnotes 1.10-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 608 kB
  • ctags: 82
  • sloc: sh: 1,942; ansic: 852; makefile: 91
file content (12 lines) | stat: -rw-r--r-- 308 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
## if <internationalization support>
#SUBDIRS = po intl macros src
## else
SUBDIRS = macros src
## endif

## to automatically rebuild aclocal.m4 if any of the macros in
## `macros/' change
@MAINT@include macros/macros.dep
@MAINT@macros/macros.dep: macros/Makefile.am
@MAINT@	cd macros && $(MAKE) macros.dep