summaryrefslogtreecommitdiffstats
path: root/winsup/utils/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* * configure.in: Check for libiconv.a.Christopher Faylor2002-07-071-1/+2
| | | | | * configure: Regenerate. * Makefile.in: Add libiconv.a to libraries required for dumper.exe.
* * Makefile.in: Use MINGW stuff from Makefile.common.Christopher Faylor2002-07-071-9/+4
|
* * Makefile.in (kill.exe): Add as a specific target.Christopher Faylor2002-05-131-1/+8
| | | | | | | | | | * kill.cc (longopts): New. (opts): Ditto. (get_sig): Accept const char * parameter. Return -1 on unknown signal. (test_for_unknown_sig): New function. (listsig): New function. (main): Use getopt_long for option parsing. Implement -l, and -s options. Use test_for_unknown_sig() to test for signal validity.
* * ssp.c (help_desk): Fix compiler warning. Christopher Faylor <cgf@redhat.com>Christopher Faylor2002-02-271-3/+3
| | | | | | | | | | | | | | | Change appropriate globals to statics throughout. * cygcheck.cc (usage): Simplify usage output. Generalize to allow use for help. (longopts): Add version option. (opts): Add 'V" version option. (print_version): New function. (main): Accommodate new version option. Accommodate usage parameter changes. Use usage to output help message. * Makefile.in (CXXFLAGS): Add override so that HAVE_DECL_GETOPT is defined. (libbfd): Use -B rather than -L so that bfd from build directory is correctly found. (libintl): Ditto.
* * Makefile.in (MINGW_INCLUDES): Change cygwin include.Christopher Faylor2002-01-291-1/+1
| | | | | | | | | | | | | * strace.cc: Use specific cygwin includes, as required. (load_cygwin): New function. Loads cygwin DLL, if necessary. (attach_process): Attaches strace to a running process. (dostrace): Accept pid argument. Attach to pid if supplied. (usage): Describe -p option. Correct system description. (longopts): Alphabetize. (opts): Ditto. (main): Ditto. Handle -p option. * Makefile.in (CXXFLAGS): Ensure that important settings are preserved even when overriden by command line.
* * Makefile.in (CXXFLAGS): Ensure that important settings are preserved evenChristopher Faylor2002-01-221-1/+2
| | | | when overriden by command line.
* * Makefile.in: Build intermediate cygcheck.o to force use of MINGW_CXXFLAGS.Christopher Faylor2002-01-221-2/+18
| | | | | | | | * cygcheck.cc (cygwin_info): Intitialize variable to quiet g++ warning. (dump_sysinfo): Make variables unsigned to quiet g++ warnings. * strace.cc (version_string): Rename from SCCSid. (add_child): Remove unused variable. (version): Use version_string. Avoid use of fprintf.
* * Makefile.in: Use CXX instead of CC to compile C++ sources.Christopher Faylor2002-01-211-6/+6
|
* * Makefile.in: Add define to CXXFLAGS.Christopher Faylor2001-12-111-2/+2
|
* * dump_setup.cc: New file.Christopher Faylor2001-11-111-3/+11
| | | | | | * Makefile.in: Add info for dump_setup.o. * cygcheck.cc (main): Recognize '-c' option for checking setup installed base. * path.cc (cygpath): Read mount table if not loaded.
* * Makefile.in (cygcheck.exe): Compile as -mno-cygwin executable.Christopher Faylor2001-11-111-0/+16
| | | | | | | | * path.cc: New file. * cygcheck.cc (init_paths): Use MS-DOS path syntax. (cygwin_info): Properly display cygwin version numbers. Prettify some output. (dump_sysinfo): Calculate max names of posix and ms-dos paths for prettier output.
* * Makefile.in: Remove EXEEXT consideration. We always need EXEEXT.Christopher Faylor2001-10-241-1/+1
|
* * Makefile.in: Only build testsuite directory on first 'make check'.Christopher Faylor2001-10-241-4/+3
| | | | | * configure.in: Remove testsuite from SUBDIRS. * configure: Regenerate.
* * Makefile.in: Allow stdinc searching for dumper.Christopher Faylor2001-10-131-6/+6
|
* * Makefile.in (MINGW_INCLUDES): Accomodate changes in Makefile.common.Christopher Faylor2001-10-101-1/+1
|
* * Makefile.in (mingw_getopt.o): Ensure that newlib include directories are notChristopher Faylor2001-09-221-1/+1
| | | | searched.
* * Makefile.in (MINGW_INCLUDES): Still need cygwin/include directory.Christopher Faylor2001-09-211-1/+1
|
* * Makefile.in: Filter newlib includes from mingw compilation.Christopher Faylor2001-09-191-3/+3
|
* * Makefile.in (dumper): Change logic for libbfd and libintl so that they willChristopher Faylor2001-09-061-4/+4
| | | | | be found either in the build tree or the installed directory. * mkpasswd.c (enum_users): Add a comment as a password for NT.
* * Makefile.in: Compile/link dumper.exe with c++.Christopher Faylor2000-12-111-10/+10
|
* * Makefile.in: Use CXX to build the DLL.Christopher Faylor2000-12-031-1/+1
| | | | | * configure.in: Find correct c++ compiler. * configure: Regenerate.
* * Makefile.in: Accomodate newer gcc's which require linking of c++ programsChristopher Faylor2000-10-281-16/+37
| | | | | | | | with g++. Fixup output for some compilations. * cygcheck.cc: Respond to compiler warnings. * dumper.cc (main): Ditto. * parse_pe.cc (exclusion::sort_and_check): Ditto. * setfacl.cc (getaclentry): Ditto.
* Cleanup formatting on some files. Remove excessive whitespace.Christopher Faylor2000-10-281-1/+1
|
* * ssp.c: newDJ Delorie2000-10-191-1/+1
| | | | | * ssp.txt: new * Makefile.in: build ssp.exe
* * cygcheck.cc (keyeprint): New function.Corinna Vinschen2000-09-291-1/+1
| | | | | | | | (check_keys): New function. Perform checking keycodes. (main): Add option `-k' for invoking check_keys. Change option processing to use long options and getopt_long. * cygkeycheck.cc: Removed. Functionality moved to `cygcheck.cc'. * Makefile.in: Remove cygkeycheck from the dependencies.
* * cygkeycheck.cc: New file. Utility to retrieve keycodes.Corinna Vinschen2000-09-281-1/+1
| | | | * Makefile.in: Add cygkeycheck to the dependencies.
* * Makefile.in: Refine dumper.exe message.Christopher Faylor2000-09-101-4/+5
|
* * kill.c (main): Avoid skipping next argument when a signal number isChristopher Faylor2000-08-291-1/+3
| | | | | specified. * Makefile.in: Always clean dumper.exe.
* * Makefile.in: Only build dumper.exe when all of its library and includeChristopher Faylor2000-08-251-8/+24
| | | | dependencies are available.
* * Makefile.in: Make failure to build dumper.exe a non-error.Christopher Faylor2000-08-251-2/+2
|
* * Makefile.in: Add dumper.exe target and associated mechanisms for building it.Christopher Faylor2000-08-241-1/+24
| | | | | | | * dumper.cc: New file. * dumper.h: New file. * module_info.cc: New file. * parse_pe.cc: New file.
* * Makefile.in: Find getopt.c in cygwin/lib subdirectory.Christopher Faylor2000-07-011-1/+1
|
* * Makefile.in: Eliminate WINSUP_DEPS.Christopher Faylor2000-05-181-2/+0
| | | | | | | | | * cygpath.cc: Reorganize includes to accomodate sys/cygwin.h changes. * mkgroup.c: Ditto. * mkpasswd.c: Ditto. * mount.cc: Ditto. Eliminate use of cygwin source specific includes. * ps.cc: Ditto. * cygwin.cc: Eliminate obsolete file.
* update copyright.Christopher Faylor2000-04-031-1/+1
|
* Patch suggested by Mumit Khan <khan@xraylith.wisc.edu>:Christopher Faylor2000-03-191-2/+2
| | | | | * strace.cc (_impure_ptr): New global variable to make strace build under Cygwin gcc.
* * Makefile.in: Make CXXFLAGS consistent with cygwin.Christopher Faylor2000-03-181-4/+5
|
* * Makefile.in: Use MINGW_CXXFLAGS when compiling strace.Christopher Faylor2000-03-151-3/+3
|
* * strace.cc (handle_output_debug_string): Parse strace output to allow variousChristopher Faylor2000-02-281-2/+2
| | | | types of time output.
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+109