1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-06 04:37:56 +00:00

Xcode: get release number dynamically; new make target "xcode-clean".

- make target "xcode" now detects the release number stored in the
  configure.in file and passes it to Xcode.
- new make target "xcode-clean" which removes all files generated by
  "make xcode" and removes the Xcode build directory.
This commit is contained in:
Alexander Barton
2009-01-06 16:01:52 +01:00
parent eb159e0a8d
commit 5468ba3744
2 changed files with 14 additions and 3 deletions

View File

@@ -12,7 +12,9 @@
*/
#define PACKAGE_NAME "ngircd"
#ifndef VERSION
#define VERSION "??"
#endif
#define SYSCONFDIR "/etc/ngircd"
#ifndef TARGET_VENDOR