flatten src directory structure.

This commit is contained in:
SANO Masatoshi 2015-12-31 02:14:28 +09:00
parent 261ef7c088
commit 81c4a2f3e1
25 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,6 @@
AM_CPPFLAGS = -DLISP_PATH=\"$(roslispdir)\" -DMAN_PATH=\"$(mandir)\"
roslispdir = $(datadir)/common-lisp/source/$(PACKAGE)
roslisp_DATA = $(wildcard lisp/*.lisp) $(wildcard lisp/*.ros)
roslisp_DATA = $(wildcard *.lisp) $(wildcard *.ros)
gend.h: FORCE
printf "#define ROS_COMPILE_ENVIRONMENT \"%s\"\n" "`$(CC) --version|head -n 1`" > $@.tmp