diff options
author | Carsten Haitzler <raster@rasterman.com> | 2012-09-27 03:02:12 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2012-09-27 03:02:12 +0000 |
commit | 05ddd5fe2df500b018fd077359121653628cd44a (patch) | |
tree | d71f3d0c22a9637c1bf6d3178986caa0e4719e72 /pc | |
parent | 296d47a7cbfe5be9a3a60797a9a661634b8e2c8c (diff) | |
download | efl-05ddd5fe2df500b018fd077359121653628cd44a.tar.gz efl-05ddd5fe2df500b018fd077359121653628cd44a.tar.xz efl-05ddd5fe2df500b018fd077359121653628cd44a.zip |
cleaning up the base of efl tree moving files to subdirs
SVN revision: 77106
Diffstat (limited to 'pc')
-rw-r--r-- | pc/eet.pc.in | 12 | ||||
-rw-r--r-- | pc/eina.pc.in | 12 | ||||
-rw-r--r-- | pc/eo.pc.in | 12 | ||||
-rw-r--r-- | pc/evil.pc.in | 13 |
4 files changed, 49 insertions, 0 deletions
diff --git a/pc/eet.pc.in b/pc/eet.pc.in new file mode 100644 index 000000000..ee958878b --- /dev/null +++ b/pc/eet.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: eet +Description: Library for speedy data storage, retrieval, and compression +Version: @VERSION@ +@pkgconfig_requires_private@: @requirements_pc_eet@ +Libs: -L${libdir} -leet +Libs.private: @requirements_libs_eet@ -lm +Cflags: -I${includedir}/eet-@VMAJ@ diff --git a/pc/eina.pc.in b/pc/eina.pc.in new file mode 100644 index 000000000..95b815b05 --- /dev/null +++ b/pc/eina.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Eina +Description: A Library that implements fast data types and miscellaneous tools +@pkgconfig_requires_private@: @requirements_pc_eina@ +Version: @VERSION@ +Libs: -L${libdir} -leina @EFL_PTHREAD_LIBS@ +Libs.private: @EFL_PTHREAD_LIBS@ @requirements_libs_eina@ -lm +Cflags: -I${includedir}/eina-@VMAJ@ -I${includedir}/eina-@VMAJ@/eina diff --git a/pc/eo.pc.in b/pc/eo.pc.in new file mode 100644 index 000000000..9abb5260c --- /dev/null +++ b/pc/eo.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Eo +Description: EFL's generic object system library. +Version: @PACKAGE_VERSION@ +@pkgconfig_requires_private@: @requirements_pc_eo@ +Libs: -L${libdir} -leo +Libs.private: +Cflags: -I${includedir}/eo-@VMAJ@ diff --git a/pc/evil.pc.in b/pc/evil.pc.in new file mode 100644 index 000000000..6f5f08572 --- /dev/null +++ b/pc/evil.pc.in @@ -0,0 +1,13 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +winver=@_efl_windows_version@ + +Name: evil +Description: Library that ports on Windows some specific Unix functions. +Version: @VERSION@ +Libs: -L${libdir} -levil +Libs.private: +Cflags: -I${includedir}/evil-@VMAJ@ @EFL_WINDOWS_VERSION_CFLAGS@ -mms-bitfields |