|
Last change
on this file since 4fb16c was 115378, checked in by Frederik Heber <heber@…>, 15 years ago |
|
Changes to allow for (re-)incorporation of CodePatterns into MoleCuilder.
library:
- no more suffixed with version, this should be dealt by pkg-config (.pc) or a
contained version information.
- corrected and extended .pc file
- m4 macro ax_codepatterns.m4 created to allow for easy checking with autotools
codepatterns-config:
- if pkg-config fails there is a small tool that tells about necessary cflags
and the likes to compile with CodePatterns library (this was developed before
we noticed we had a (half-)working pkg-config present).
smaller changes:
- moved all Helpers files to src/Helpers (again).
- changed include paths for Assert.hpp, ... accordingly.
- version is not prefixed with "v" anymore.
- small stuff in fast_functions.hpp is absolete (stl::algorithms)
- Helpers/enumeration.hpp contains enumeration class ("iterable enum")
|
-
Property mode
set to
100644
|
|
File size:
358 bytes
|
| Line | |
|---|
| 1 | prefix=@prefix@
|
|---|
| 2 | exec_prefix=@exec_prefix@
|
|---|
| 3 | libdir=@libdir@
|
|---|
| 4 | includedir=@includedir@
|
|---|
| 5 |
|
|---|
| 6 | Name: @PACKAGE_NAME@
|
|---|
| 7 | Description: CodePatterns - various design schemes and helpers to initial application development
|
|---|
| 8 | Version: @PACKAGE_VERSION@
|
|---|
| 9 | URL: @PACKAGE_URL@
|
|---|
| 10 | Libs: -L${libdir} -lCodePatterns
|
|---|
| 11 | Cflags: -I${includedir}
|
|---|
| 12 | ##Requires: boost_thread >= 1.4.0
|
|---|
| 13 | Libs.private: -ldl
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.