diff options
Diffstat (limited to 'src/debug')
-rwxr-xr-x | src/debug/Makefile.am | 5 | ||||
-rw-r--r-- | src/debug/gdbrsp/Makefile.am | 5 | ||||
-rw-r--r-- | src/debug/jdwp/Makefile.am | 5 | ||||
-rw-r--r-- | src/debug/jdwp/misc/Makefile.am | 5 | ||||
-rw-r--r-- | src/debug/jdwp/sets/Makefile.am | 5 |
5 files changed, 25 insertions, 0 deletions
diff --git a/src/debug/Makefile.am b/src/debug/Makefile.am index f955a5a..bafceda 100755 --- a/src/debug/Makefile.am +++ b/src/debug/Makefile.am @@ -18,6 +18,11 @@ libdebug_la_LIBADD = \ libdebug_la_CFLAGS = $(AM_CFLAGS) +devdir = $(includedir)/chrysalide/$(subdir:src/%=%) + +dev_HEADERS = $(libdebug_la_SOURCES:%c=) + + AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS) diff --git a/src/debug/gdbrsp/Makefile.am b/src/debug/gdbrsp/Makefile.am index fd46f27..5ee8df6 100644 --- a/src/debug/gdbrsp/Makefile.am +++ b/src/debug/gdbrsp/Makefile.am @@ -19,6 +19,11 @@ libdebuggdbrsp_la_SOURCES = \ libdebuggdbrsp_la_CFLAGS = $(AM_CFLAGS) +devdir = $(includedir)/chrysalide/$(subdir:src/%=%) + +dev_HEADERS = $(libdebuggdbrsp_la_SOURCES:%c=) + + AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS) diff --git a/src/debug/jdwp/Makefile.am b/src/debug/jdwp/Makefile.am index 891837d..f592f49 100644 --- a/src/debug/jdwp/Makefile.am +++ b/src/debug/jdwp/Makefile.am @@ -14,6 +14,11 @@ libdebugjdwp_la_LIBADD = \ libdebugjdwp_la_LDFLAGS = +devdir = $(includedir)/chrysalide/$(subdir:src/%=%) + +dev_HEADERS = $(libdebugjdwp_la_SOURCES:%c=) + + AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS) diff --git a/src/debug/jdwp/misc/Makefile.am b/src/debug/jdwp/misc/Makefile.am index e25997c..aec026d 100644 --- a/src/debug/jdwp/misc/Makefile.am +++ b/src/debug/jdwp/misc/Makefile.am @@ -10,6 +10,11 @@ libdebugjdwpmisc_la_SOURCES = \ libdebugjdwpmisc_la_LDFLAGS = +devdir = $(includedir)/chrysalide/$(subdir:src/%=%) + +dev_HEADERS = $(libdebugjdwpmisc_la_SOURCES:%c=) + + AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS) diff --git a/src/debug/jdwp/sets/Makefile.am b/src/debug/jdwp/sets/Makefile.am index a91f5f6..cc149b7 100644 --- a/src/debug/jdwp/sets/Makefile.am +++ b/src/debug/jdwp/sets/Makefile.am @@ -9,6 +9,11 @@ libdebugjdwpsets_la_SOURCES = \ libdebugjdwpsets_la_LDFLAGS = +devdir = $(includedir)/chrysalide/$(subdir:src/%=%) + +dev_HEADERS = $(libdebugjdwpsets_la_SOURCES:%c=) + + AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS) |