summaryrefslogtreecommitdiff
path: root/src/pacman/Makefile.am
AgeCommit message (Expand)Author
2018-05-14Remove all modelines from the projectEli Schwartz
2018-01-19add pacman-conf utilityAndrew Gregory
2017-01-04pacman: ensure linkage against libarchiveDave Reisner
2015-12-05move signal handlers to sighandler.[ch]Andrew Gregory
2015-10-18pacman: add user hook directoriesAndrew Gregory
2015-07-15Prototype pacman files database operationsAllan McRae
2015-05-12Fix compilation if libarchive headers are not in standard locationCharles Duffy
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2013-08-21conf.c: extract ini parsing code to separate filesAndrew Gregory
2013-01-04Split common utility functions for libalpm and pacmanAllan McRae
2012-12-14Move check function into its own fileAllan McRae
2012-11-27buildsys: eschew use of DEFS, prefer AM_CPPFLAGSDave Reisner
2012-04-08buildsys: define warning CFLAGS in separate varDave Reisner
2012-02-13Move ROOTDIR definition into config.hAllan McRae
2011-12-21include config.h via MakefilesDave Reisner
2011-06-23po/: split into scripts/po/ and src/pacman/po/Dan McGee
2011-03-23Let pacman specify GnuPG's home directory.Chris Brannon
2011-01-22Makefile: Use git describe --dirty for GIT VERSIONXavier Chantry
2010-05-05Introduce -D, --databaseNagy Gabor
2008-07-15Remove pacman.static build from build filesDan McGee
2008-05-31Allow GIT version to be used in pacman buildsDan McGee
2008-04-15Merge branch 'maint'Dan McGee
2008-04-14Fix gettext on non-Linux platformsDan McGee
2008-03-08Remove frontend add code that is no longer necessaryDan McGee
2007-11-05Add LOGFILE as a define at compile time for pacmanDan McGee
2007-11-04Make building of pacman.static optionalDan McGee
2007-10-26Clean up LDADD usageDan McGee
2007-08-21Add a default cachedir if one wasn't specifiedDan McGee
2007-07-23Cleanup of pacman.c and addition of default paths to frontendDan McGee
2007-07-06First step of moving translations from src/pacman/po to po/Dan McGee
2007-06-27Remove lockfile configuration from frontend, make it job of libalpmDan McGee
2007-06-10Implement simple topological sort algorithm for sortbydepsNagy Gabor
2007-06-04Autotool clean up.Andrew Fyfe
2007-06-04Remove hardcoded defines from libalpmDan McGee
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee
2007-05-30Modernize and update configure.acDan McGee
2007-04-26Remove output.c and output.hDan McGee
2007-04-26Add -pedantic flag to pacman (frontend) CFLAGSDan McGee
2007-04-26Move log.c/h -> output.c/h to properly reflect what is containedDan McGee
2007-04-26Pacman side code consolidation- unify callback functions to one fileDan McGee
2007-04-25Remove single-function upgrade.cDan McGee
2007-04-25Merge single-function header files on pacman sideDan McGee
2007-03-12* Removed ${CFLAGS} from Makefile.am(s) as it was causing all CFLAGS to beDan McGee
2007-02-22* A lot of Makefile.am updates to try to get 'make dist' and 'make distcheck'Dan McGee
2007-02-21* Use the libtool'd .la file as a link target so we can run pactest properlyAaron Griffin
2007-02-10Cleaned up some more outputAaron Griffin
2007-01-29* Fix building outside $(srcdir).Jürgen Hötzel
2007-01-26Dan McGee <dpmcgee@gmail.com>Aaron Griffin
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin
2007-01-18Dan McGee <dpmcgee@gmail.com>Aaron Griffin