elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
elks
/
tools
/
objtools
/
Makefile
File editor
# Object file manipulation, conversion and display utilities # ######################################################################### # # Note! Dependencies are done automagically by 'make dep', which also # removes any old dependencies. DON'T put your own dependencies here # unless it's something special (ie not a .c file). # ######################################################################### # Relative path to base directory. BASEDIR = ../.. ######################################################################### # Define the variables required by the standard rules - see the standard # rules file (below) for details of these variables. USEBCC = N CLEANDEP = CLEANME = ../bin/objdump86 ../bin/omfdump ../bin/omf2elf \ ../bin/os2toelks ../bin/os2dump ../bin/ewcc ../bin/ewlink ../bin/ecc DEPEND = DISTFILES = NOINDENT = ######################################################################### # Include standard commands. include $(BASEDIR)/Makefile-rules ######################################################################### # Objects to be compiled. ######################################################################### # Commands. CFLAGS += -Wall -Wextra -O3 all: $(CLEANME) ../bin/objdump86: objdump86.o $(CC) -o ../bin/objdump86 $(CFLAGS) $^ ../bin/omfdump: omfdump.o $(CC) -o ../bin/omfdump $(CFLAGS) $^ ../bin/omf2elf: omf2elf.o $(CC) -o ../bin/omf2elf $(CFLAGS) $^ ../bin/os2toelks: os2toelks.o $(CC) -o ../bin/os2toelks $(CFLAGS) $^ ../bin/os2dump: os2dump.o $(CC) -o ../bin/os2dump $(CFLAGS) $^ ../bin/ewcc: ewcc cp -p ewcc ../bin ../bin/ewlink: ewlink cp -p ewlink ../bin ../bin/ecc: ecc cp -p ecc ../bin ######################################################################### ### Dependencies:
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history