aboutsummaryrefslogtreecommitdiffstats
path: root/src/hnbap
AgeCommit message (Collapse)AuthorFilesLines
2016-09-09build: cosmetic: hnbap: undup asn1 src pathNeels Hofmeyr1-1/+3
Change-Id: I0507277995302261c87db1b0c48105065cf13ae4
2016-02-29build: use $top_srcdir instead of ../Neels Hofmeyr1-3/+3
2016-02-29fix build: move local include dir before sys installed oneNeels Hofmeyr1-1/+1
2016-01-05Remove osmo-iuh subdir level from include/ (2/2)Neels Hofmeyr116-116/+116
Make all changes to #include statements and build files.
2016-01-04move asn1 headers to include/ dir (5/5)Neels Hofmeyr1-1/+0
Do all remaining changes necessary for a working build. Add Makefile.am files in include/... subdirs. Remove noinst_HEADERS directives from src/*/Makefile.am, but keep the headers list to feed to move-asn1-header-files.sh. Adjust all #includes in src/*_common.h and elsewhere. In hnbap_common.h, separate the ASN.1 "primitive" headers from the others, and include them without a subdir path, as before.
2016-01-04move asn1 headers to include/ dir (4/5)Neels Hofmeyr115-5753/+0
Move headers.
2016-01-04move asn1 headers to include/ dir (2/5)Neels Hofmeyr178-245/+245
Show effects of the new sed step on asn1-generated files, without moving the files.
2016-01-04move asn1 headers to include/ dir (1/5)Neels Hofmeyr1-2/+4
Add move-asn1-header-files.sh to do header file moving and sed'ding the include statements. The file moving part is disabled until a later commit, to make reading the diffs easier. Call shell script from src/{hnbap,ranap,rua}/Makefile.am regen targets. Add convenience regen target to src/Makefile.am, calling regen in the three subdirs. This change is split over several commits to ease diff reading. Subsequent commits show, in steps: - the "unmoved" effect of sed, - header moves, - adjust build system and include statements.
2016-01-03steps towards making 'make distcheck' workHarald Welte1-1/+1
'make distcheck' checks for out-of-source-tree builds and whether the distribution tarball includes all source files. This commit fixes many problems, except some remaining with src/test still to-be-fixd.
2015-12-24fix build if depenedencies are in distinct directoriesAlexander Huemer1-1/+1
2015-12-16Re-add the 'regen' targets lost in the automake transitionHarald Welte1-0/+7
This might need a lot of cleanup for out-of-source-tree builds and the like, but let's not spend time on this now. The old Makefile also didn't support that. But loosing the ability to regenerate the C source is not an option either.
2015-12-16rename ASN_MODULE_FILES to ASN_MODULE_SOURCESHarald Welte1-2/+2
... brings us closer to the Makefile.am.sampl generated by asn1c, facilitating copy+paste.
2015-12-15Autotoolize the buildDaniel Willmann1-30/+7
Use Autoconf/make for building and autotest for tests
2015-09-10hnbap Makefile: add asn1c include directoryHarald Welte1-1/+2
2015-09-10Cleanups (rename 'asn1c' to 'hnbap', Makefile sanitizing)Harald Welte232-0/+21610