Changeset 17 in projects for puncher/Makefile


Ignore:
Timestamp:
Sep 15, 2008, 4:19:26 AM (16 years ago)
Author:
sven
Message:

Directory restructuring: Due to the new reader project, I've deciced to
make a general "driver" directory which shall contain all drivers and
their tools or auxillary libraries, seperated by operating system. Thus
we'll get

driver/puncher-backend.h
driver/reader-backend.h

for the general interfaces and implementations in driver/linux and
driver/win32, respectively. While the linux implementation features some
command line tools, the win32/NT implementation has the DLL and DEF files
for user mode programming.

I have not decided already about the reader/ and puncher/ directories, but
I think they could be kept, implementing the reader and puncher both CLI
and GTK frontends.

In the meanwhile, I'm writing the visualisator project from the scratch.
I've already rewritten the LOCHSTREIFEN sources -- now they've got a much
cleaner interface and better source with no more stupid features at the
wrong place. Furthermore it renders according to the public ECMA standard
for paper tapes (ECMA 10).

I'm about to rewrite GtkPaperTape in C++ with gtkmm using a
Controler-Model-View pattern. It is supposed to be able to open multiple
views, implement a full hexeditor (paper tape editor) and display having
many other neat futures. Furthermore the stupid repaint/scrolling bugs
should no more appear in the clean rewrite.

Great disadvantage of the rewriting: It's fairly much to do, and I nearly
speak no C++ some days ago, until I've read several books about it. Using
C++ gives me much more flexibility and a powerful real OO system, nothing
what GObject could serve with, at least not with as few code as Cpp does.

There is a time plan -- the new GTK gui and the driver implementations
shall be done in this week... So a lot of work pending :-)

-- Sven @ workstation la celeste

File:
1 edited

Legend:

Unmodified
Added
Removed
  • puncher/Makefile

    r10 r17  
    3535        $(MAKE) -C $(VISUALISATION_DIR) gtkpapertape.o
    3636
    37 # backends:
    38 backend.dummy.o: backend.dummy.c backend.h
    39         gcc $(CFLAGS) -c backend.dummy.c
    40 
    41 backend.linux.o: backend.linux.c backend.h
    42         gcc $(CFLAGS) -c backend.linux.c
    43 
    4437
    4538# clean
Note: See TracChangeset for help on using the changeset viewer.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License