10 lines
171 B
Makefile
10 lines
171 B
Makefile
# Revision-Id: anj@aps.anl.gov-20101005192737-disfz3vs0f3fiixd
|
|
|
|
TOP = .
|
|
include $(TOP)/configure/CONFIG
|
|
DIRS += configure
|
|
DIRS += src
|
|
include $(TOP)/configure/RULES_TOP
|
|
|
|
|