diff options
| author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-07-05 14:39:14 -0400 |
|---|---|---|
| committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-07-05 15:10:30 -0400 |
| commit | 31baccc855b48adde5173a31037bb1b82c42f7aa (patch) | |
| tree | f932694ba82c76714400b09d08e7ebea435c1c51 /Makefile | |
| parent | 022c9b5be4a1edf77bf73566a89ce41397f72147 (diff) | |
| download | python-systemd-31baccc855b48adde5173a31037bb1b82c42f7aa.tar.gz | |
build-sys: update setup.py to build everything
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..ba2b316 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +SED = sed +INCLUDE_DIR = /usr/include/ + +systemd/id128-constants.h: $(INCLUDE_DIR)/systemd/sd-messages.h + $(SED) -n -r 's/,//g; s/#define (SD_MESSAGE_[A-Z0-9_]+)\s.*/add_id(m, "\1", \1) JOINER/p' <$< >$@ |
