aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* get rid of main.c and references to it, it has been unused for a while nowkremlin2014-08-161-1/+0
|
* add polkit XML policies, include them in install targetkremlin2014-08-161-0/+3
| | | | | | all new .policy files are well formed but i am waiting for freedesktop to fix the doctype DTD file: http://thread.gmane.org/gmane.comp.freedesktop.policykit/374
* minor, change CFLAGS operator to '=' over '+='kremlin2014-08-161-1/+1
| | | | | | | setting CFLAGS in the makefile via += operator made it tag on an extra -O3 -pipe 1, causing the debug build to fail as it redundantly specifies -O0
* Revamp the Makefile.Antoine Jacoutot2014-08-161-53/+70
| | | | | | Create the service files as part of the build so that they respect BINDIR. ok Ian
* include polkit.h in all interfaces, edit makefile accordinglykremlin2014-08-161-2/+2
|
* modify makefile and script to work with previous commitkremlin2014-07-231-5/+13
| | | | last commit created discrepencies in makefile and gen-gdbus-interfaces.sh, fix
* remove genfiles from repo, instead generate in makefilekremlin2014-07-231-5/+13
| | | | | | genfiles (-gen.{c,h}) should be generated at build time instead of being included in the repo. remove them & add relevant recipes/pre-reqs include genfiles in 'clean' recipe
* refactor makefile with env variableskremlin2014-07-231-29/+39
| | | | per ajacoutot's reccomendation
* add DBus service files, change Makefile to install themkremlin2014-07-221-7/+5
|
* revamp makefile, build and link objects instead of #include'ing themkremlin2014-07-151-17/+38
| | | | | | previously main.c #include'd files which themselves #include'd all source files. now, we (correctly) build objects from the genfile, which are linked to our sources.
* set hostnamed's 'hostname' property before exportkremlin2014-07-111-1/+1
|
* more work on managing four interfaces as separate PIDs, new makefile rules ↵kremlin2014-07-081-1/+14
| | | | for building and installing standalone interface binaries, a little documentation and preproccessor logic
* "build-proper renamed" to "publish" in makefilekremlin2014-07-081-1/+1
|
* remove -pedantic, screw thatkremlin2014-06-271-1/+1
|
* bring in skeleton conf, add to makefile install targetkremlin2014-06-271-0/+1
|
* clean up makefile, add -std=c89 and -pedantic to build-proper flagskremlin2014-06-271-4/+14
|
* see previous commit, forgot 'git add'..kremlin2014-06-261-1/+1
|
* finish migrating old code to work with gdbus-codegen types, cleaned up ↵kremlin2014-06-201-3/+7
| | | | config IO/install, cleaned up code all-around to work with strict compiler flags
* blow away unnessecary errata whose functionality is covered by code from ↵kremlin2014-06-201-1/+1
| | | | generated interfaces, clean up code, conform better to GLib, bring in gio-unix-2.0
* update makefile and main.c to reflect changes of previous commit, also place ↵kremlin2014-06-031-1/+1
| | | | tempfile in bin/ as abscence causes git to ignore directory's existence
* begin hostnamed, clean upkremlin2014-05-281-2/+2
|
* set aside -ports makefile for now, we'll deal with it later. begin hostnamedkremlin2014-05-281-54/+8
|
* working with makefiles...kremlin2014-05-221-6/+6
|
* edit Makefile, add temp configure script, working on Makefile being ↵kremlin2014-05-221-2/+1
| | | | port-compatible (bsd.port.mk)
* change catagory to kremlinware/testkremlin2014-05-221-2/+3
|
* delete gnu makefile, revamp bsd makefilekremlin2014-05-221-13/+52
|
* (g)makefile, structuring filesystemkremlin2014-05-201-2/+15
|
* move 4 utils into more-specific src/modules/, update README, docskremlin2014-05-201-1/+5
|
* add INSTALL, README.tmp and TODO, start openbsd-specific makefilekremlin2014-05-201-0/+1