Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
libaec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mathis Rosenhauer
libaec
Commits
623dba0e
Commit
623dba0e
authored
12 years ago
by
Mathis Rosenhauer
Committed by
Thomas Jahns
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Renamed sources in autoconf files
parent
4e64405a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure.ac
+7
-4
7 additions, 4 deletions
configure.ac
src/Makefile.am
+7
-9
7 additions, 9 deletions
src/Makefile.am
with
14 additions
and
13 deletions
configure.ac
+
7
−
4
View file @
623dba0e
AC_PREREQ([2.6
9
])
AC_INIT([libae
s
], [0.0.2], [rosenhauer@dkrz.de])
AC_PREREQ([2.6
8
])
AC_INIT([libae
c
], [0.0.2], [rosenhauer@dkrz.de])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_SRCDIR([src/libae.h])
AC_CONFIG_SRCDIR([src/libae
c
.h])
AC_CONFIG_HEADERS(config/config.h)
LT_INIT
...
...
@@ -15,7 +15,7 @@ AC_PROG_CC
AC_PROG_CXX
# Checks for libraries.
AC_CHECK_LIB([ae], [ae_decode])
AC_CHECK_LIB([ae
c
], [ae
c
_decode])
# Checks for header files.
AC_CHECK_HEADERS([inttypes.h stddef.h stdlib.h string.h unistd.h])
...
...
@@ -35,3 +35,6 @@ AC_CHECK_FUNCS([memset strstr])
AC_CONFIG_FILES([Makefile
src/Makefile])
AC_OUTPUT
# Checks compilers and preprocessors
AC_C_BIGENDIAN
This diff is collapsed.
Click to expand it.
src/Makefile.am
+
7
−
9
View file @
623dba0e
lib_LTLIBRARIES
=
libae-0.0.la
libae_0_0_la_SOURCES
=
aee.c aee_accessors.c aed.c aee.h ae
e_accessors.h sz_compat.c
libae_0_0_la_LDFLAGS
=
-version-info
0:0
include_HEADERS
=
libae.h
lib_LTLIBRARIES
=
libae
c
-0.0.la
libae
c
_0_0_la_SOURCES
=
encode.c encode_accessors.c decode.c encode.h encod
e_accessors.h sz_compat.c
libae
c
_0_0_la_LDFLAGS
=
-version-info
0:0
include_HEADERS
=
libae
c
.h
bin_PROGRAMS
=
encode decode
test_szcomp
bin_PROGRAMS
=
aec
test_szcomp
encode_LDADD
=
$(
lib_LTLIBRARIES
)
decode_LDADD
=
$(
lib_LTLIBRARIES
)
aec_LDADD
=
$(
lib_LTLIBRARIES
)
test_szcomp_LDADD
=
$(
lib_LTLIBRARIES
)
encode_SOURCES
=
encode.c
decode_SOURCES
=
decode.c
aec_SOURCES
=
aec.c
test_szcomp_SOURCES
=
test_szcomp.c
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment