Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
ca990cf0
Commit
ca990cf0
authored
Sep 28, 2015
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #64 from uli42/pr/add_pkgconfig
Various fixes for pkgconfig file creation.
parents
f9653af3
f8772b6f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
Makefile.in
nxcomp/Makefile.in
+2
-0
Makefile.in
nxcompext/Makefile.in
+3
-0
Makefile.in
nxcompshad/Makefile.in
+3
-0
No files found.
nxcomp/Makefile.in
View file @
ca990cf0
...
@@ -60,6 +60,8 @@ LIBS = @LIBS@
...
@@ -60,6 +60,8 @@ LIBS = @LIBS@
srcdir
=
@srcdir@
srcdir
=
@srcdir@
prefix
=
@prefix@
prefix
=
@prefix@
datarootdir
=
@datarootdir@
datadir
=
@datadir@
exec_prefix
=
@exec_prefix@
exec_prefix
=
@exec_prefix@
bindir
=
@bindir@
bindir
=
@bindir@
man1dir
=
@mandir@/man1
man1dir
=
@mandir@/man1
...
...
nxcompext/Makefile.in
View file @
ca990cf0
...
@@ -52,6 +52,8 @@ LIBS = @LIBS@ -lz -lNX_X11 -lXcomp
...
@@ -52,6 +52,8 @@ LIBS = @LIBS@ -lz -lNX_X11 -lXcomp
srcdir
=
@srcdir@
srcdir
=
@srcdir@
prefix
=
@prefix@
prefix
=
@prefix@
datarootdir
=
@datarootdir@
datadir
=
@datadir@
exec_prefix
=
@exec_prefix@
exec_prefix
=
@exec_prefix@
bindir
=
@bindir@
bindir
=
@bindir@
man1dir
=
@mandir@/man1
man1dir
=
@mandir@/man1
...
@@ -167,6 +169,7 @@ install.bin:
...
@@ -167,6 +169,7 @@ install.bin:
install.lib
:
all
install.lib
:
all
./mkinstalldirs
$(DESTDIR)
${
libdir
}
./mkinstalldirs
$(DESTDIR)
${
libdir
}
./mkinstalldirs
$(DESTDIR)
${
pkgconfigdir
}
./mkinstalldirs
$(DESTDIR)
${
includedir
}
/nx
./mkinstalldirs
$(DESTDIR)
${
includedir
}
/nx
./mkinstalldirs
$(DESTDIR)
${
pkgconfigdir
}
./mkinstalldirs
$(DESTDIR)
${
pkgconfigdir
}
$(INSTALL_DATA)
$(LIBFULL)
$(DESTDIR)
${
libdir
}
$(INSTALL_DATA)
$(LIBFULL)
$(DESTDIR)
${
libdir
}
...
...
nxcompshad/Makefile.in
View file @
ca990cf0
...
@@ -70,6 +70,8 @@ LIBS = @LIBS@ -lNX_X11
...
@@ -70,6 +70,8 @@ LIBS = @LIBS@ -lNX_X11
srcdir
=
@srcdir@
srcdir
=
@srcdir@
prefix
=
@prefix@
prefix
=
@prefix@
datarootdir
=
@datarootdir@
datadir
=
@datadir@
exec_prefix
=
@exec_prefix@
exec_prefix
=
@exec_prefix@
bindir
=
@bindir@
bindir
=
@bindir@
man1dir
=
@mandir@/man1
man1dir
=
@mandir@/man1
...
@@ -201,6 +203,7 @@ install.bin:
...
@@ -201,6 +203,7 @@ install.bin:
install.lib
:
all
install.lib
:
all
$(INSTALL_DIR)
$(DESTDIR)
${
libdir
}
$(INSTALL_DIR)
$(DESTDIR)
${
libdir
}
$(INSTALL_DIR)
$(DESTDIR)
${
pkgconfigdir
}
$(INSTALL_DIR)
$(DESTDIR)
${
includedir
}
/nx
$(INSTALL_DIR)
$(DESTDIR)
${
includedir
}
/nx
$(INSTALL_DIR)
$(DESTDIR)
${
pkgconfigdir
}
$(INSTALL_DIR)
$(DESTDIR)
${
pkgconfigdir
}
$(INSTALL_DATA)
$(LIBFULL)
$(DESTDIR)
${
libdir
}
$(INSTALL_DATA)
$(LIBFULL)
$(DESTDIR)
${
libdir
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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