Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

gdp / Makefile @ master

History | View | Annotate | Download (5.97 KB)

# Date Author Comment
7f982ac3 10/14/2020 11:57 AM Eric Allman

2.3.3: pandoc has removed -S flag and requires a document title.

84df004a 09/16/2020 05:29 PM Eric Allman

Don't build lang/js by default for all_noavahi.

c9ba48c9 10/30/2019 11:56 AM Eric Allman

Adjust install targets in Makefile to make Debian packaging easier.
It's very fine-grained now.

06acf435 10/25/2019 02:57 PM Eric Allman

Rename python-gdp => gdp-python for consistency with other packages.

4006c00b 10/24/2019 04:59 PM Eric Allman

Make install targets more consistent with new naming scheme for Debian
packages.

390904c6 10/16/2019 02:40 PM Eric Allman

Clean up installation scripts and associated documentation to bring it
up to date. I've probably missed things, and this has not been
subjected to any more than cursory testing due to lack of time.

5e95f5f4 02/20/2019 02:50 PM Eric Allman

First cut on deleting old documentation and restructuring the remainder
to be easier to navigate. Several of the docs still need to be updated.
One significant change: the installed documentation is now in a
version-specific subdirectory.

c87dd166 01/23/2019 07:56 AM Eric Allman

Update license date on all files. No functional changes.

74c71346 01/09/2019 04:30 PM Eric Allman

Add a make rule for git-version.txt.

9d3867c0 12/28/2018 07:15 AM Eric Allman

Include license updates in more directories; improve directory descent
in root Makefile to avoid errors and loops.

54ac6bb0 11/11/2018 04:31 PM Eric Allman

Remove all-static entry: it can't link anyway because of missing .a
files, and there's no point in confusing people.

65822458 11/09/2018 04:31 PM Eric Allman

Add all-static target and LDADD variable to allow for static linking;
this is useful for applications running in docker containers.

2786071d 07/06/2018 04:28 PM Eric Allman

Significant changes in packaging for the GDP 2.0 release.

77400209 07/05/2017 12:21 PM Eric Allman

Remove obsolete "init-gdp" target.

c924c712 03/31/2017 05:32 PM Eric Allman

Add .css file for .md => .html conversions so tables are readable in
pandoc.

6df5f94d 03/27/2017 01:58 PM Nitesh Mor

Added make target for python installation

897accec 02/06/2017 10:41 AM Eric Allman

Update licenses to 2017.

6cc67fbe 11/03/2016 09:24 AM Eric Allman

Update Makefiles to modern conventions.

646872a2 09/28/2016 04:31 PM Eric Allman

Add all-clientonly Makefile target to avoid building server code.

7adbb63b 09/09/2016 11:39 AM Eric Allman

Clean up libs directory on "make clean"; don't keep .so files in libs on
Darwin.

990d8ebf 08/22/2016 12:25 PM Nitesh Mor

deb-pkg: Auto-detect ver# from adm/gdp-version.sh

86e76639 08/22/2016 11:38 AM Nitesh Mor

moved /deb-pkg => /adm/deb-pkg

Debian packaging is an administrative action; /adm is a more suited place

02af3eb4 08/22/2016 11:18 AM Nitesh Mor

log-server deb-packaging compatible with systemd

TODO: Make it compatible both with upstart and systemd

a0f9ebba 08/19/2016 04:13 PM Nitesh Mor

Moved llogger installation to main Makefile

efbc8095 08/12/2016 02:42 PM Christopher Brooks

all_noavahi: Run make in lang/js.

4563675f 08/10/2016 02:43 PM Nitesh Mor

Merge branch 'master' of repo.eecs.berkeley.edu:projects/swarmlab/gdp

3ccf4025 08/10/2016 02:41 PM Nitesh Mor

Enhanced debian packaging for client

No longer hand-picking files to be included in the debian package.
Use checkinstall to create debian package from make install.

29e6f6d0 08/10/2016 09:15 AM Christopher Brooks

Updated instructions for compiling using brew under Darwin.

bc33b165 07/16/2016 09:20 AM Eric Allman

Was passing the wrong make variable into subdirectories.

8a6af84f 06/30/2016 08:43 PM Eric Allman

Can't build doc by default until pandoc is included in dependencies (and
more importantly, Jenkins gets updated to install it).

78d92a67 06/30/2016 08:29 PM Eric Allman

White space cleanup in root Makefile.

d9924104 06/30/2016 08:28 PM Eric Allman

Code and documentation improvements for gdplogd visualizations.

a194934d 06/30/2016 10:11 AM Eric Allman

Arrange to build other README-*.html files on request.

3bf6c8bc 06/14/2016 04:03 PM Eric Allman

Makefile cleanup to simplify installation of new library versions.

296eeac9 06/13/2016 03:55 PM Christopher Brooks

Added rules to build the Java/GDP interface.

9379c368 05/20/2016 05:09 PM Eric Allman

Clean up installation targets.

93cecad4 01/29/2016 06:31 PM Nitesh Mor

Added '-f' to prevent jenkins build failure

cf03325e 01/29/2016 06:09 PM Nitesh Mor

Added creation of gdplogd deb package to makefile

  • Also cleanup of .deb packages when doing make clean
34e05ead 01/29/2016 01:25 PM Nitesh Mor

Debian packaging updates

  • Added tutorial to be included in the installed documentation
  • Makefile target for debian package generation
a5c5c509 01/16/2016 04:13 PM Eric Allman

Convert to using pandoc syntax for README.md (more portable than
multimarkdown)

6bd5476b 12/01/2015 01:22 PM Eric Allman

Update license. No code changes.

055d3009 11/21/2015 01:20 PM Eric Allman

Include copyright in all files. There are scripts to do bulk
replacement of the copyright if desired.

6e2cccae 10/05/2015 10:25 AM Eric Allman

Rename reader-test => gdp-reader and writer-test => gdp-writer. They
aren't test programs any more.

43cdedf7 04/24/2015 11:17 AM Nitesh Mor

Added 'examples' to 'make all' targets

5a49fffe 04/22/2015 02:52 PM Nitesh Mor

GDP router decoupling

  • Removed GDP router from the gdplogd for the moment. Makes it easier to deploy new gdplogd's without worrying about router

Involves removing git submodule, updating initialization steps related to
gdp_router and updating README

5c4daab6 02/25/2015 10:46 AM Eric Allman

Changes to get shared libraries working in the local tree.

376fbd25 02/16/2015 04:39 PM Eric Allman

More startup patches.

f33e594e 02/16/2015 01:32 PM Eric Allman

Tweaks to administrative scripts.

910eb631 02/14/2015 03:21 PM Eric Allman

Shuffle documentation installs slightly.

354527e0 02/13/2015 05:48 PM Eric Allman

Copy examples into documentation directory in Debian package.

bd34b3a7 02/13/2015 12:07 PM Eric Allman

Auto-install a /etc/ep_adm_params/gdp file if one does not already
exist. Current algorithm puts gdp-{01,02,03}.eecs.berkeley.edu in
random order as the default.

968edcba 02/12/2015 04:11 PM Eric Allman

Add a Makefile rule to build the .deb file (more for reference than
use).

e18fea5e 02/11/2015 03:48 PM Eric Allman

Changes to make building a debian package feasible. Includes adding
install entries to most Makefiles which will work from the source directory.

d0da2db7 01/26/2015 09:42 AM Eric Allman

Minor cleanup: make ctags a macro.

d7ad3b75 12/27/2014 12:15 PM Eric Allman

Finish work of renaming logd to gdplogd (directory name).

66474e0a 12/26/2014 12:14 PM Eric Allman

Rename gdpd to gdplogd.

910e16dc 12/26/2014 08:52 AM Eric Allman

Force ctags to run.

a7ab7f37 12/05/2014 10:08 AM Eric Allman

Incorporate changes from eric-multidaemon branch that might be useful
someday: bug fixes, clarifications, extensions (e.g., supporting IPv6
literal addresses), and so forth.

6123ed04 12/04/2014 02:11 PM Alec Dara-Abrams

Extensions to handle GCL subscription with timeout in GDP REST API document:
GET /gdp/v1/gcl/gcl_id?recno=<#>&nrecs=<#>&timeout= — monitor a GCL

Added Node.js ref-struct for, e.g., time value structs.

Also, added manually invoked target in gdp/Makefile to build lang/js/...

be32534a 10/15/2014 05:18 PM Eric Allman

Link with dynamic libraries everywhere; get the library names right.

cd4cc511 08/30/2014 03:52 PM Eric Allman

Portability fixes for Linux and FreeBSD.

51775f02 08/18/2014 08:28 AM Eric Allman

Basics appear to be working; still have some problems in gdpd_phys.

8aac7646 07/09/2014 12:37 PM Eric Allman

Remember to build gdpd

47c6ea64 05/26/2014 10:25 AM Eric Allman

Initial checkin.