Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
eb98485b
Commit
eb98485b
authored
Mar 04, 2010
by
Uwe Schulzweida
Browse files
app/Makefile.am: remove LDFLAGS
parent
7d287b9d
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/Makefile.am
View file @
eb98485b
...
...
@@ -6,11 +6,11 @@ noinst_PROGRAMS = createtable
#
cdi_SOURCES
=
cdi.c printinfo.h
#
cdi_LDADD
=
../src/libcdi.a
$(LDFLAGS)
cdi_LDADD
=
../src/libcdi.a
#
createtable_SOURCES
=
createtable.c
#
createtable_LDADD
=
../src/libcdi.a
$(LDFLAGS)
createtable_LDADD
=
../src/libcdi.a
#
AM_CPPFLAGS
=
-I
$(top_srcdir)
/src
#
...
...
app/Makefile.in
View file @
eb98485b
...
...
@@ -50,11 +50,10 @@ binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS
=
$(bin_PROGRAMS)
$(noinst_PROGRAMS)
am_cdi_OBJECTS
=
cdi.
$(OBJEXT)
cdi_OBJECTS
=
$(am_cdi_OBJECTS)
am__DEPENDENCIES_1
=
cdi_DEPENDENCIES
=
../src/libcdi.a
$(am__DEPENDENCIES_1)
cdi_DEPENDENCIES
=
../src/libcdi.a
am_createtable_OBJECTS
=
createtable.
$(OBJEXT)
createtable_OBJECTS
=
$(am_createtable_OBJECTS)
createtable_DEPENDENCIES
=
../src/libcdi.a
$(am__DEPENDENCIES_1)
createtable_DEPENDENCIES
=
../src/libcdi.a
DEFAULT_INCLUDES
=
-I
.
-I
$(top_builddir)
/src@am__isrc@
depcomp
=
$(SHELL)
$(top_srcdir)
/config/depcomp
am__depfiles_maybe
=
depfiles
...
...
@@ -184,11 +183,11 @@ top_srcdir = @top_srcdir@
#
cdi_SOURCES
=
cdi.c printinfo.h
#
cdi_LDADD
=
../src/libcdi.a
$(LDFLAGS)
cdi_LDADD
=
../src/libcdi.a
#
createtable_SOURCES
=
createtable.c
#
createtable_LDADD
=
../src/libcdi.a
$(LDFLAGS)
createtable_LDADD
=
../src/libcdi.a
#
AM_CPPFLAGS
=
-I
$(top_srcdir)
/src
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment