Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  Makefile

  Sprache: SQL
 

#-------------------------------------------------------------------------
java.lang.NullPointerException
Makefile--
#    Makefile for the port-specific subsystem of the backend
java.lang.NullPointerException
We have two different modes of operation: 1) put stuff specific to Port X
in subdirectory X and have that subdirectory's make file make it all, and
2) use conditional statements in the present make file to include what's
necessary for a specific port in our own output.  (1) came first, but (2)
is superior for many things, like when the same thing needs to be done for
multiple ports and you don't want to duplicate files in multiple
subdirectories.  Much of the stuff done via Method 1 today should probably
be converted to Method 2.
java.lang.NullPointerException
IDENTIFICATION
#    src/backend/port/Makefile
java.lang.NullPointerException
#-------------------------------------------------------------------------

subdir = src/backend/port
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global

OBJS = \
 $(TAS) \
 atomics.o \
 pg_sema.o \
 pg_shmem.o

ifeq ($(PORTNAME), win32)
SUBDIRS += win32
endif

include $(top_srcdir)/src/backend/common.mk

tas.o: tas.s
ifeq ($(SUN_STUDIO_CC), yes)
preprocess assembler file with cpp
 $(CC) $(CFLAGS) -c -P $<
 mv $*.i $*_cpp.s
 $(CC) $(CFLAGS) -c $*_cpp.s -o $@
else
 $(CC) $(CFLAGS) -c $<
endif

clean:
 rm -f tas_cpp.s
 $(MAKE) -C win32 clean

Messung V0.5 in Prozent
C=91 H=97 G=93

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet am  2026-08-08) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=141584
#Domains=738142