Files
rtems/testsuites/psxtmtests/Makefile.am
Joel Sherrill 9b4422a251 Remove All CVS Id Strings Possible Using a Script
Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines
  next to each other after Id string line removed.
+ remove entire comment blocks which only exited to
  contain CVS Ids
+ If the processing left a blank line at the top of
  a file, it was removed.
2012-05-11 08:44:13 -05:00

43 lines
929 B
Makefile

ACLOCAL_AMFLAGS = -I ../aclocal
SUBDIRS =
if HAS_POSIX
SUBDIRS += psxtmbarrier01
SUBDIRS += psxtmbarrier02
SUBDIRS += psxtmbarrier03
SUBDIRS += psxtmkey01
SUBDIRS += psxtmkey02
SUBDIRS += psxtmmq01
SUBDIRS += psxtmmutex01
SUBDIRS += psxtmmutex02
SUBDIRS += psxtmmutex03
SUBDIRS += psxtmmutex04
SUBDIRS += psxtmmutex05
SUBDIRS += psxtmmutex06
SUBDIRS += psxtmmutex07
SUBDIRS += psxtmnanosleep01
SUBDIRS += psxtmnanosleep02
SUBDIRS += psxtmrwlock01
SUBDIRS += psxtmrwlock02
SUBDIRS += psxtmrwlock03
SUBDIRS += psxtmrwlock04
SUBDIRS += psxtmrwlock05
SUBDIRS += psxtmrwlock06
SUBDIRS += psxtmrwlock07
SUBDIRS += psxtmsem01
SUBDIRS += psxtmsem02
SUBDIRS += psxtmsem03
SUBDIRS += psxtmsem04
SUBDIRS += psxtmsem05
SUBDIRS += psxtmsleep01
SUBDIRS += psxtmsleep02
SUBDIRS += psxtmthread01
SUBDIRS += psxtmthread03
endif
DIST_SUBDIRS = $(SUBDIRS)
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am