require automake 1.7 in condifure.in; update all Makefile.am: add comments,
replace obsoleted INCLUDES by AM_CPPFLAGS
This commit is contained in:
@@ -1 +1,5 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
SUBDIRS = examples headlines lcdexec lcdproc metar
|
||||
|
||||
## EOF
|
||||
|
||||
@@ -1,2 +1,7 @@
|
||||
bin_SCRIPTS = fortune.pl iosock.pl tail.pl x11amp.pl
|
||||
EXTRA_DIST = fortune.pl iosock.pl tail.pl x11amp.pl
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
bin_SCRIPTS = fortune.pl iosock.pl tail.pl x11amp.pl
|
||||
|
||||
EXTRA_DIST = fortune.pl iosock.pl tail.pl x11amp.pl
|
||||
|
||||
## EOF
|
||||
|
||||
@@ -1,2 +1,7 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
bin_SCRIPTS = lcdheadlines
|
||||
|
||||
EXTRA_DIST = lcdheadlines
|
||||
|
||||
## EOF
|
||||
|
||||
@@ -1,4 +1,11 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
bin_PROGRAMS = lcdexec
|
||||
|
||||
lcdexec_SOURCES = lcdexec.c menu.c menu.h
|
||||
|
||||
lcdexec_LDADD = @ldap_libs@ ../../shared/libLCDstuff.a
|
||||
INCLUDES = -I$(top_srcdir)
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)
|
||||
|
||||
## EOF
|
||||
|
||||
@@ -1,4 +1,11 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
bin_PROGRAMS = lcdproc
|
||||
|
||||
lcdproc_SOURCES = main.c main.h mode.c mode.h batt.c batt.h chrono.c chrono.h cpu.c cpu.h cpu_smp.c cpu_smp.h disk.c disk.h load.c load.h mem.c mem.h machine.h machine_Linux.c machine_OpenBSD.c machine_FreeBSD.c machine_NetBSD.c machine_SunOS.c util.c util.h
|
||||
|
||||
lcdproc_LDADD = @ldap_libs@ ../../shared/libLCDstuff.a
|
||||
INCLUDES = -I$(top_srcdir)
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)
|
||||
|
||||
## EOF
|
||||
|
||||
@@ -1,2 +1,7 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
bin_SCRIPTS = lcdmetar.pl
|
||||
|
||||
EXTRA_DIST = lcdmetar.pl
|
||||
|
||||
## EOF
|
||||
|
||||
Reference in New Issue
Block a user